xflags
xflags copied to clipboard
Expressive flags for Go
Results
2
xflags issues
Sort by
recently updated
recently updated
newest added
## Intent To support numerical negative values.
## Problem I don't think the current implementation handles numerical flags (e.g: `xflags.Int`, `xflags.Int64`, `xflags.Float64`, etc) that are assigned to negative values. For example: ``` $ test-cli --numerical-flag=-10 test-cli: --numerical-flag:...