Issues
- 4
Custom colors support
#394 opened by lu-zero - 0
- 1
- 3
fish completions wont complete past subcommand
#387 opened by ozwaldorf - 5
File completions from a positional always show while completing a flag with a custom impl
#377 opened by ozwaldorf - 1
Hidden commands are not checked for validity/invariants
#380 opened by ysndr - 2
- 3
- 6
`ShellComp::File` not working as expected on bash
#371 opened by ozwaldorf - 3
- 9
- 1
- 9
Format control over bpaf footer?
#339 opened by VorpalBlade - 3
Extra space in argument's rendered markdown
#363 opened by Boshen - 0
impl Into<Args> for str
#360 opened by pacak - 1
- 1
Top-level "Available options" move to the bottom of the help text when using `group_help`
#354 opened by abey79 - 3
Incorrect error message "no such flag" with valid option
#350 opened by wg - 6
- 3
- 10
Completions broken in zsh if completing with a path containing `~` or an environment variable
#315 opened by VorpalBlade - 1
- 2
Fix clippy lints, or are they being ignored on purpose?
#338 opened by bzm3r - 2
Add support for env-only args for derive
#344 opened by vallentin - 0
documentation todo
#317 opened by pacak - 0
- 16
Tab completion in zsh broken in 0.9.5?
#303 opened by VorpalBlade - 4
Generate `help` subcommand
#323 opened by ysndr - 1
- 0
bpaf_derive: do the right thing for `collect`
#334 opened by pacak - 2
Argument Group docs can't be overridden / flattened
#290 opened by ysndr - 2
`bpaf_derive`: use `heck` for string case conversion?
#329 opened by bzm3r - 4
Support deprecated options
#331 opened by bwidawsk - 12
Command with `many + req_flag` and `adjacent` still seems to conflict with top-level flags?
#325 opened by polarathene - 1
- 6
Top level parser `group_help` breaks help message
#319 opened by ysndr - 2
adjacent is not working if first argument requires more than one item to succeed
#292 opened by pacak - 1
Weird formatiing of "multi value" options in usage
#322 opened by ysndr - 0
impl<T> Parser<T> for Vec<Box<dyn Parser<T>>>
#314 opened by pacak - 7
no supported way to compose a set of alternative parsers from a slice or iterator
#308 opened by zackw - 0
- 0
Refactor `any` to remove all but one type parameters
#300 opened by pacak - 1
Revisit how errors are reported for NamedArg
#283 opened by pacak - 1
compile time failure for positional invariant violation
#297 opened by pacak - 0
Unified datatype for all the primitive parsers
#294 opened by pacak - 0
Automate release process
#293 opened by pacak - 0
- 1
`--version` and `--help` permit invalid arguments
#288 opened by ysndr - 0
support raw identifiers in the derive macro
#282 opened by pacak - 0
better Meta for Parseflag/ParseArgument with no names?
#284 opened by pacak