Static Propertyswift-argument-parser 1.6.1ArgumentParser
default
Show help for this argument whenever appropriate.
static let `default`: ArgumentVisibility
Show help for this argument whenever appropriate.
static let `default`: ArgumentVisibility
import ArgumentParser
Straightforward, type-safe argument parsing for Swift.
struct ArgumentVisibility
Visibility level of an argument’s help.
static let hidden: ArgumentVisibility
Only show help for this argument in the extended help screen.
static let `private`: ArgumentVisibility
Never show help for this argument.