Required Static Propertyswift-argument-parser 1.6.1ArgumentParser
configuration
Configuration for this command, including subcommands and custom help text.
static var configuration: CommandConfiguration { get }
Configuration for this command, including subcommands and custom help text.
static var configuration: CommandConfiguration { get }
s14ArgumentParser15ParsableCommandP13configurationAA0D13ConfigurationVvpZ
What are these?35KM1
import ArgumentParser
Straightforward, type-safe argument parsing for Swift.
protocol ParsableCommand : ParsableArguments
A type that can be executed as part of a nested tree of commands.
struct CommandConfiguration
The configuration for a command.
static var _commandName: String { get }
For internal use only: The name for the command on the command line.
mutating func run() throws
The behavior or functionality of this command.
static var configuration: CommandConfiguration { get }