Scaffold project structure
This commit is contained in:
9
Sources/TaskCLI/Command.swift
Normal file
9
Sources/TaskCLI/Command.swift
Normal file
@@ -0,0 +1,9 @@
|
||||
import ArgumentParser
|
||||
|
||||
@main
|
||||
struct Command: AsyncParsableCommand {
|
||||
static let configuration = CommandConfiguration(
|
||||
abstract: "Project tasks of Astzweig's Swift Inotify project.",
|
||||
subcommands: [TestCommand.self]
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user