swift-argument-parser icon indicating copy to clipboard operation
swift-argument-parser copied to clipboard

Straightforward, type-safe argument parsing for Swift

Results 121 swift-argument-parser issues
Sort by recently updated
recently updated
newest added

Arguments that specify `private` visibility, such as: ```swift @Flag(help: ArgumentHelp(visibility: .private)) var hiddenFromHelp: Bool = false ``` show up in the man page generated by the `generate-manual` command: ```man .It...

bug
good first issue
help wanted