Add support vor v15.1 (#2)

This commit is contained in:
Niklas Amslgruber
2024-01-13 10:26:40 +01:00
committed by GitHub
parent 977c01327f
commit 4688e9b0f7
6 changed files with 3850 additions and 7 deletions

View File

@@ -11,11 +11,13 @@ import ArgumentParser
@main
struct EmojiScripts: ParsableCommand, AsyncParsableCommand {
#if os(macOS)
static let configuration: CommandConfiguration = CommandConfiguration(
commandName: "emojis",
abstract: "Manage Emojis from Unicode",
subcommands: [
EmojiDownloader.self,
EmojiDownloader.self
]
)
#endif
}