Files
Nate Cook d52044c091 Update documentation (#420)
Updated documentation for the 1.1 release.
2022-03-15 00:59:37 -05:00

577 B

ArgumentParser/CommandConfiguration

Topics

Creating a Configuration

  • init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)

Customizing the Help Screen

  • abstract
  • discussion
  • usage
  • helpNames

Declaring Subcommands

  • subcommands
  • defaultSubcommand

Defining Command Properties

  • commandName
  • version
  • shouldDisplay

Deprecated APIs

  • init(commandName:abstract:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)