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
When installing argcomplete >= v3.1.4 globally, the default folder and file options are added (additionally to the useful completions).
argcomplete >= v3.1.4
(myenv) ➜ MYPROJECT git:(main) ✗ project --loglevel myproject/ docker_configs/ LICENSES/ logfile Dockerfile poetry.lock cli.py docs/ __pycache__/ dist/ export/ CRITICAL WARNING ERROR NOTSET FATAL DEBUG WARN INFO -- logging level used for file log
pip install argcomplete==v3.1.3` and installing the tab completion, everything works fine.
So the fix here is probably missing something: afdf75b
The text was updated successfully, but these errors were encountered:
Fixed in #463. Thanks for reporting!
Sorry, something went wrong.
No branches or pull requests
When installing
argcomplete >= v3.1.4
globally, the default folder and file options are added (additionally to the useful completions).(myenv) ➜ MYPROJECT git:(main) ✗ project --loglevel myproject/ docker_configs/ LICENSES/ logfile Dockerfile poetry.lock cli.py docs/ __pycache__/ dist/ export/ CRITICAL WARNING ERROR NOTSET FATAL DEBUG WARN INFO -- logging level used for file log
Older Version and non-global works fine
pip install argcomplete==v3.1.3` and installing the tab completion, everything works fine.
So the fix here is probably missing something:
afdf75b
The text was updated successfully, but these errors were encountered: