We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TL;DR: fix shell completion for version 3. its currently disabled for a reason.
in upcoming verrsion 3 of nichtparasoup the CLI will probably be driven via click instead of argparse
click
argparse
unfortunately click has a broken feature for shell autocompletion in version 7.
see also: pallets/click#1622
it's fortunate that this will be fixed in version 8 - as far as the milestones give insignt.
an intermediate fix fia click_completion is incomplete, too: file completions are not working.
click_completion
autocompletion
The text was updated successfully, but these errors were encountered:
there was an attempt to use alternative click completion, already. see https://github.com/k4cg/nichtparasoup/blob/218cc230024aa34facd8fc2e237b22ae8b639245/src/nichtparasoup/cli/completion._py
Sorry, something went wrong.
No branches or pull requests
TL;DR: fix shell completion for version 3.
its currently disabled for a reason.
in upcoming verrsion 3 of nichtparasoup
the CLI will probably be driven via
click
instead ofargparse
unfortunately
click
has a broken feature for shell autocompletion in version 7.see also: pallets/click#1622
it's fortunate that this will be fixed in version 8 - as far as the milestones give insignt.
an intermediate fix fia
click_completion
is incomplete, too: file completions are not working.click
'sautocompletion
funciton is not taken into accountThe text was updated successfully, but these errors were encountered: