-
Notifications
You must be signed in to change notification settings - Fork 34
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
bash: Multiple subparser commands don't complete correctly #86
Labels
Comments
DVC has issues with that too: |
I have the Issue with DVC tab completion. Current workaround as suggested in Discord is:
|
Related: #106 |
casperdcl
added
p0-critical
Max priority (ASAP)
external-request
You asked, we did
labels
Oct 29, 2022
Repository owner
moved this from Todo
to Done
in DVC
Oct 29, 2022
@casperdcl thanks! :) |
@alkatar21 could you give the new version a try? |
Yes, the subcommands autocomplete correct again, thanks👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
since #81 , shtab always only completes the first subparser command. The minimal example below immediately completes "bla".
The Reason seems to be that
shtab/shtab/__init__.py
Line 357 in 60a8525
only expands the first value of the _choices array. Unfortunately, I have not found a solution without breaking #81 again.
Happy to try any idea though.
Cheers
Niklas
The text was updated successfully, but these errors were encountered: