Chaqmoq
public struct Chaqmoq : ParsableCommand
The root command for all Chaqmoq
application related commands.
-
See
ParsableCommand
.Declaration
Swift
public static let configuration: CommandConfiguration
-
Initializes a new instance.
Declaration
Swift
public init()
-
A command to create a new application.
See moreDeclaration
Swift
public struct New : ParsableCommand
-
A command to run an application.
See moreDeclaration
Swift
public struct Run : ParsableCommand
-
A parent command for all Xcode related subcommands. By default, it runs the
See moreOpen
subcommand.Declaration
Swift
public struct Xcode : ParsableCommand