Xcode

public struct Xcode : ParsableCommand

A parent command for all Xcode related subcommands. By default, it runs the Open subcommand.

  • See ParsableCommand.

    Declaration

    Swift

    public static let configuration: CommandConfiguration
  • Initializes a new instance.

    Declaration

    Swift

    public init()
  • Opens an application on Xcode.

    See more

    Declaration

    Swift

    public struct Open : ParsableCommand