issues
search
iffy
/
nim-argparse
Argument parsing for Nim
MIT License
122
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
casting to `nimcall` function types
#88
ringabout
closed
2 months ago
3
Question: Is it possible to disable/remove leading hyphen for a specific command?
#87
rilysh
closed
1 year ago
2
Document setting option's default with a RT value
#86
ZoomRmc
closed
1 year ago
1
FR: Provide user-defined short-circuiting, (allows `--version`)
#85
ZoomRmc
closed
1 year ago
2
nit: change `do:` to `do ():` in command
#84
metagn
closed
1 year ago
2
undeclared field in backend when using arg() with hyphens in the arg name
#83
Phytolizer
closed
1 year ago
3
subcommand help
#82
iffy
closed
1 year ago
0
`Error: undeclared identifier: 'opts'` when prologue is imported
#81
cmd410
closed
1 year ago
3
FR: allow marking args/flags/options as global or exclusive to no subcommands
#80
ZoomRmc
opened
2 years ago
1
Which type to use when passing `optsIdent` to a function?
#79
tavurth
opened
2 years ago
3
Simplify AST generation with astgens
#78
iffy
opened
2 years ago
0
Passing an option value without `=` breaks parsing multiple arguments
#77
ZoomRmc
closed
2 years ago
2
bug: no way to supply default values for options set as multiple
#76
d4rckh
opened
2 years ago
0
help() procedure only takes a constant string
#75
not-lum
opened
2 years ago
2
No longer export `macros` when importing `argparse`. Fixes #73
#74
iffy
closed
2 years ago
0
Importing argparse breaks std/logging
#73
TheSimpleZ
closed
2 years ago
1
Add OPTION_opt options to parse result
#72
iffy
closed
2 years ago
0
When `required=true` for an option, passing a value via environment v…
#71
iffy
closed
2 years ago
0
Fix deprecation warning: use `delete(s, first..last)`; delete is depr…
#70
iffy
closed
2 years ago
0
Deprecation warning on nim 1.6.2
#69
mwerezak
closed
2 years ago
0
Don't convert option values to string
#68
floscr
closed
2 years ago
2
`required=true` causes an error if the option is set using an environment variable
#67
Schnouki
closed
2 years ago
1
Request: forward facing object/variable with components defined in newParser()
#66
casey-SK
opened
3 years ago
1
fix parse() with no args
#65
iffy
closed
3 years ago
0
`parse` supposedly uses the command-line arguments when run with no inputs, but this is not the case
#64
jmetz
closed
3 years ago
3
Add docs describing output type of parse
#63
jmetz
opened
3 years ago
2
With parse(), no way to print help for subcommand
#62
iffy
closed
1 year ago
5
Add subcommand option access from parse
#61
iffy
closed
3 years ago
0
Allow me to get subcommand options
#60
iffy
closed
3 years ago
0
Fix parsing of options that combine key and value into a single comma…
#59
iffy
closed
3 years ago
0
Fix #57 - required opts and help coexist
#58
iffy
closed
3 years ago
0
Required options override ShortCircuits when calling parse()
#57
iffy
closed
3 years ago
0
Options can now be marked as required. ([#31](https://github.com/iffy…
#56
iffy
closed
3 years ago
0
Fix problems with nim 1.0.10
#55
iffy
closed
3 years ago
0
Add -- feature
#54
iffy
closed
3 years ago
0
Fix #33 - Use dynamic program names
#53
iffy
closed
3 years ago
0
Add docs back and restore hidden args
#52
iffy
closed
3 years ago
0
Restore support for 1.0.x
#51
iffy
closed
3 years ago
1
Simpler, easier to maintain code
#50
iffy
closed
3 years ago
0
There are sometimes conflicts with procs named `run`
#49
iffy
opened
3 years ago
0
Let me get extra args (unprocessed ones)
#48
iffy
closed
3 years ago
1
Fix ci
#47
iffy
closed
3 years ago
0
if you use nohelpflag() and then define a --help flag anyway, it will reactivate the built-in output
#46
iffy
closed
3 years ago
1
Cannot have a non-constant string name for a parser
#45
rrthomas
closed
4 years ago
2
Treatment of `--help` is a bit confusing
#44
rrthomas
closed
3 years ago
4
Support custom short-circuited flags (like how --help works)
#43
rrthomas
closed
3 years ago
4
Try jiro4989's step
#42
iffy
closed
3 years ago
0
Switch to jiro4989
#41
iffy
closed
4 years ago
0
Detect stdin in non-interactive environment.
#40
danielecook
closed
3 years ago
2
Add group option for arguments
#39
eugenesvk
opened
4 years ago
0
Next