mirror of
https://github.com/apple/swift-argument-parser.git
synced 2026-06-06 20:18:23 +00:00
31 lines
577 B
Markdown
31 lines
577 B
Markdown
# ``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:)``
|
|
|