Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.9.10 #349

Merged
merged 7 commits into from
Mar 19, 2024
Merged

Release 0.9.10 #349

merged 7 commits into from
Mar 19, 2024

Conversation

pacak
Copy link
Owner

@pacak pacak commented Mar 19, 2024

  • Added OptionParser::max_width and #[bpaf(max_width(xxx))] to specify maximum
    width of help output
  • Added a custom path attribute to allow using of reexported bpaf
    thanks @bzm3r
  • support anywhere in bpaf_derive
    thanks @vallentin
  • small documentation improvements
    thanks @Boshen
  • minor shell completion improvements
  • avoid panic in case of hidden but required parser argument (Missing hidden argument causes panic instead of error #345)

pacak added 7 commits March 19, 2024 08:58
COMP_WORDS/words gets filled with exact contents of the command line,
this includes application name. Usually application is invoked via $PATH
so this works fine, but it is also possible to specify a path containing
~ or env variables. This is usually expanded by shell.
this expansion is not performed by <( xxx ) so we are doing it by hand
instead

Fixes #315
@pacak pacak merged commit 9088f7f into master Mar 19, 2024
3 checks passed
@pacak pacak deleted the rc-0.9.10 branch March 19, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant