Fix command name
This commit is contained in:
@@ -13,7 +13,7 @@ struct EmojiScripts: ParsableCommand, AsyncParsableCommand {
|
|||||||
|
|
||||||
#if os(macOS)
|
#if os(macOS)
|
||||||
static let configuration: CommandConfiguration = CommandConfiguration(
|
static let configuration: CommandConfiguration = CommandConfiguration(
|
||||||
commandName: "emojis",
|
commandName: "emojiSourceKit",
|
||||||
abstract: "Manage Emojis from Unicode",
|
abstract: "Manage Emojis from Unicode",
|
||||||
subcommands: [
|
subcommands: [
|
||||||
EmojiDownloader.self
|
EmojiDownloader.self
|
||||||
|
|||||||
Reference in New Issue
Block a user