Add support for iOS 15 and unicode release v13 (#1)
This commit is contained in:
committed by
GitHub
parent
6bbb3a1a71
commit
977c01327f
21
Sources/EmojiSourceKit/EmojiScripts.swift
Normal file
21
Sources/EmojiSourceKit/EmojiScripts.swift
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// EmojiScripts.swift
|
||||
//
|
||||
//
|
||||
// Created by Niklas Amslgruber on 12.06.23.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import ArgumentParser
|
||||
|
||||
@main
|
||||
struct EmojiScripts: ParsableCommand, AsyncParsableCommand {
|
||||
|
||||
static let configuration: CommandConfiguration = CommandConfiguration(
|
||||
commandName: "emojis",
|
||||
abstract: "Manage Emojis from Unicode",
|
||||
subcommands: [
|
||||
EmojiDownloader.self,
|
||||
]
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user