Fix command name

This commit is contained in:
2024-06-09 00:48:54 -04:00
parent 7ff5452c34
commit 7d79dad424

View File

@@ -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