apple / swift-argument-parser

Straightforward, type-safe argument parsing for Swift
Apache License 2.0
3.3k stars 311 forks source link

fix help message with @OptionGroup ParsableCommand #613

Closed monjara closed 7 months ago

monjara commented 7 months ago

Fixes #578. This PR fixes usage text generated by command with ParsableCommand annotated @OptionGroup. I have fixed it so that DecodedArguments created from OptionGroup are not recognized as ParsableCommand.

Checklist