From 7d79dad42448d3610995c65428c22c911702a0ff Mon Sep 17 00:00:00 2001 From: Terry Yiu <963907+tyiu@users.noreply.github.com> Date: Sun, 9 Jun 2024 00:48:54 -0400 Subject: [PATCH] Fix command name --- Sources/EmojiSourceKit/EmojiScripts.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/EmojiSourceKit/EmojiScripts.swift b/Sources/EmojiSourceKit/EmojiScripts.swift index c47c8da..497d6ca 100644 --- a/Sources/EmojiSourceKit/EmojiScripts.swift +++ b/Sources/EmojiSourceKit/EmojiScripts.swift @@ -13,7 +13,7 @@ struct EmojiScripts: ParsableCommand, AsyncParsableCommand { #if os(macOS) static let configuration: CommandConfiguration = CommandConfiguration( - commandName: "emojis", + commandName: "emojiSourceKit", abstract: "Manage Emojis from Unicode", subcommands: [ EmojiDownloader.self