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()
  • New

    A command to create a new application.

    See more

    Declaration

    Swift

    public struct New : ParsableCommand
  • Run

    A command to run an application.

    See more

    Declaration

    Swift

    public struct Run : ParsableCommand
  • A parent command for all Xcode related subcommands. By default, it runs the Open subcommand.

    See more

    Declaration

    Swift

    public struct Xcode : ParsableCommand