Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / rsjethani/flagparse issues and pull requests
#42 - migrate CI to gitlab
Issue -
State: open - Opened by rsjethani over 3 years ago
#41 - Fixes #12
Pull Request -
State: closed - Opened by rsjethani over 4 years ago
#40 - add docs: Value type and other code in value.go
Pull Request -
State: closed - Opened by rsjethani over 4 years ago
#39 - Make -h/--help names as reserved
Pull Request -
State: closed - Opened by rsjethani over 4 years ago
- 1 comment
#38 - Show NArgs and Default in usage message
Pull Request -
State: closed - Opened by rsjethani over 4 years ago
- 1 comment
#37 - allow parsing opt flag more than once
Pull Request -
State: closed - Opened by rsjethani over 4 years ago
- 1 comment
#36 - Disallow duplicate flag names
Pull Request -
State: closed - Opened by rsjethani over 4 years ago
- 1 comment
#35 - Duplicate flag names are being allowed
Issue -
State: closed - Opened by rsjethani over 4 years ago
Labels: bug
#34 - Added support for multiple names of optional flag
Pull Request -
State: closed - Opened by rsjethani over 4 years ago
#33 - show nargs hint in usage message
Issue -
State: closed - Opened by rsjethani over 4 years ago
Labels: enhancement
#32 - allow parsing same optional flag multiple times
Issue -
State: closed - Opened by rsjethani over 4 years ago
Labels: bug
#31 - Show optional flags in sorted order in usage
Pull Request -
State: closed - Opened by rsjethani over 4 years ago
- 1 comment
#30 - Do not give error for tagged but unexported fields
Pull Request -
State: closed - Opened by rsjethani over 4 years ago
#29 - Change quotes on valid keys to simple double quotes
Issue -
State: open - Opened by rsjethani over 4 years ago
Labels: documentation
#28 - Add package level documentation
Pull Request -
State: closed - Opened by rsjethani over 4 years ago
#27 - Only the last positional flag can have unlimited arguments
Issue -
State: open - Opened by rsjethani over 4 years ago
Labels: bug
#26 - Add CHANGELOG
Issue -
State: open - Opened by rsjethani over 4 years ago
Labels: documentation
#25 - Allow constraining flag values to a set of predefined values
Issue -
State: open - Opened by rsjethani over 4 years ago
Labels: enhancement
#24 - Add docs for code in kv.go
Issue -
State: closed - Opened by rsjethani over 4 years ago
- 1 comment
Labels: documentation
#23 - Add docs for FlagSet type and other code in flagset.go
Issue -
State: open - Opened by rsjethani over 4 years ago
Labels: documentation
#22 - Add docs for Flag type and other code in flag.go
Issue -
State: open - Opened by rsjethani over 4 years ago
Labels: documentation
#21 - Add docs for Value interface and various value types in value.go
Issue -
State: closed - Opened by rsjethani over 4 years ago
Labels: documentation
#20 - Add example of a user defined type implementing Value interface
Issue -
State: open - Opened by rsjethani over 4 years ago
Labels: documentation
#19 - Unexported fields give error
Issue -
State: closed - Opened by rsjethani over 4 years ago
Labels: bug
#18 - Add package level documentation
Issue -
State: closed - Opened by rsjethani over 4 years ago
Labels: documentation
#17 - Add code coveraga badge
Pull Request -
State: closed - Opened by rsjethani over 4 years ago
- 1 comment
#16 - Add code coverage badge
Issue -
State: closed - Opened by rsjethani over 4 years ago
Labels: documentation
#15 - Add badges
Pull Request -
State: closed - Opened by rsjethani over 4 years ago
#14 - add badges for build,go version,license,go doc
Issue -
State: closed - Opened by rsjethani over 4 years ago
Labels: documentation
#13 - user is allowed to define a flag with name "help" but won't be able to use it. Confusing!
Issue -
State: closed - Opened by rsjethani over 4 years ago
Labels: bug
#12 - Replace for loops with reflect.DeepEqual() in tests
Issue -
State: closed - Opened by rsjethani over 4 years ago
Labels: improvement
#11 - Provide built-in support for time.Duration and [ ]time.Duration
Issue -
State: open - Opened by rsjethani over 4 years ago
Labels: enhancement
#10 - Provide built-in support for uint64 and [ ]uint64 types
Issue -
State: open - Opened by rsjethani over 4 years ago
Labels: enhancement
#9 - Provide built-in support for int64 and [ ]int64 types
Issue -
State: open - Opened by rsjethani over 4 years ago
Labels: enhancement
#8 - Provide built-in support for uint and [ ]uint types
Issue -
State: open - Opened by rsjethani over 4 years ago
Labels: enhancement
#7 - Optional flags shown in usage message as not sorted
Issue -
State: closed - Opened by rsjethani over 4 years ago
Labels: bug
#6 - Add support for sub-commands
Issue -
State: open - Opened by rsjethani over 4 years ago
Labels: enhancement
#5 - Allow user to specify set of optional flags as mutually exclusive
Issue -
State: open - Opened by rsjethani over 4 years ago
Labels: enhancement
#4 - Allow users to use short and/or long name for optional flags
Issue -
State: closed - Opened by rsjethani over 4 years ago
Labels: enhancement
#3 - FIX ISSUE #2
Pull Request -
State: closed - Opened by rsjethani over 4 years ago
#2 - Default value changes if error occurs in between parsing
Issue -
State: closed - Opened by rsjethani over 4 years ago
Labels: bug
#1 - implement FlagSet.UnParsed()/LeftOver()
Issue -
State: open - Opened by rsjethani over 4 years ago
Labels: enhancement