issues
search
alexflint
/
go-arg
Struct-based argument parsing in Go
https://pkg.go.dev/github.com/alexflint/go-arg
BSD 2-Clause "Simplified" License
2.04k
stars
100
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Inconsistent positional arg name case in error output
#275
powerman
opened
1 week ago
1
Passing the no-more-options string "--" twice or more
#273
alexflint
closed
1 week ago
0
Add IgnoreUnknownCommands to handle unknown option as positional argument
#272
shayne
closed
4 weeks ago
2
Update FUNDING.yml
#271
alexflint
closed
2 months ago
0
Update API docs for Parser.Parse
#270
alexflint
closed
2 months ago
0
Living in a monastery; looking for funding
#269
alexflint
closed
2 months ago
0
Add info to README about programmatically reproducing behavior of MustParse
#268
alexflint
closed
2 months ago
0
de-couple output from MustParse and exiting
#267
gregwebs
closed
2 months ago
4
[Feature Request] Parsing hexadecimal numbers
#266
Kaweees
closed
2 months ago
4
multiple positionals
#265
tcurdt
opened
3 months ago
0
Arguments that start with '-' not parsed correctly
#264
reflog
opened
3 months ago
1
Version handling with NewParser + Parse fails
#263
stevemil00
closed
2 months ago
1
Fix help text for positional args with default and env var
#262
hhromic
closed
2 months ago
0
Positional argument env variable name and default not shown in help text
#261
hhromic
closed
2 months ago
1
Hyphen to indicate take input from os.Stdin
#260
fbaube
opened
4 months ago
2
Move writing program version from usage to help writer
#259
hhromic
closed
2 months ago
0
Add support for setting a global env var prefix
#258
hhromic
closed
1 week ago
2
Fix testable example output comment formatting
#257
hhromic
closed
4 months ago
1
Use standard exit status code for usage errors
#256
hhromic
closed
4 months ago
0
Fix crash on errors in package-level `MustParse`
#255
hhromic
closed
4 months ago
1
[bug] crash on errors in v1.5.0
#254
hhromic
closed
4 months ago
1
too many positional arguments
#252
tcurdt
closed
5 months ago
1
Why --help and -h flags don't work while using arg.Parse(&args)
#251
uynilo9
closed
5 months ago
1
Can I hide the default error message
#250
uynilo9
closed
5 months ago
1
Default values are not fed into custom parsers
#249
Edouard127
closed
5 months ago
1
Choices for arguments
#248
zekroTJA
opened
5 months ago
2
flags are a flat namespace
#247
mleku
opened
6 months ago
2
exit code should be 2 on flag parsing error
#246
santhosh-tekuri
closed
4 months ago
0
Any plans for a new release soon?
#245
urbanchef
closed
6 months ago
1
Restore 100% test coverage
#244
alexflint
closed
7 months ago
1
Handle explicit empty placeholders
#243
alexflint
closed
7 months ago
1
Inline structs are not supported
#242
infogulch
opened
7 months ago
4
Disable placeholder
#241
p3lim
closed
7 months ago
4
pointer-embedded fields are not supported
#240
purpleidea
opened
8 months ago
3
Inconsistent/wrong list arg parsing
#239
purpleidea
opened
8 months ago
2
The os.Args input shouldn't avoid the argv[0]
#238
purpleidea
opened
8 months ago
2
add an example for environment vars with arg names
#237
purpleidea
closed
4 months ago
1
subcommands must be pointers to structs but args is a pointer to interface
#236
purpleidea
closed
8 months ago
2
How slice is supposed to work
#235
lzap
closed
9 months ago
2
Incorrect behavior of the built-in help message for the help option
#234
vanyauhalin
opened
11 months ago
1
fix: typo
#233
testwill
closed
4 months ago
1
bump go versions used in CI
#232
alexflint
closed
4 months ago
1
add subcommand aliases
#231
alexflint
closed
1 year ago
1
Feature request: Alias for subcommands
#230
atticus-sullivan
closed
1 year ago
4
Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0
#229
dependabot[bot]
closed
1 year ago
0
Display subcommand-relevant description for --help
#228
ymorgenstern
opened
1 year ago
0
Feature: accept custom Environment map (+ refactoring tests)
#227
bfreis
closed
4 months ago
2
No error when required arg in subcommand is not provided
#226
hueich
closed
1 year ago
3
Feature idea: configuration file alternative to CLI | env arg
#225
SamuelMarks
opened
1 year ago
9
Fix usage writing when using custom version flag
#224
hhromic
closed
4 months ago
5
Next