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

Tab-based autocompletion only works for first two subcommands/subgroups #243

Closed
jleveque opened this issue Apr 20, 2018 · 0 comments · Fixed by sonic-net/sonic-buildimage#1824
Assignees

Comments

@jleveque
Copy link
Contributor

jleveque commented Apr 20, 2018

Appears to be a bug in the Click library which is fixed upstream in v6.7. PR here: pallets/click#639

I tested the change and it appears to fix the issue, as I was able to use tab completion on four levels of subcommands.

@jleveque jleveque changed the title Autocomplete only works up to depth of 3 groups Tab-based autocompletion only works for first two subcommands/subgroups Jun 27, 2018
@jleveque jleveque self-assigned this Jun 27, 2018
mihirpat1 pushed a commit to mihirpat1/sonic-utilities that referenced this issue Sep 15, 2023
* fix for firmware functions 1. report updated address, count and remaining bytes info in module_fw_download() 2. remove additional 200 ms wait time in block_write_lpl() and block_write_epl() 3. increase max wait time to 1 min in cdb1_chkstatus() if status is not 1. If status is password error (70) it will break the wait loop. 4. add protection to failed_status_dict

* change cdb1_chkstatus(): only wait if status is busy

* change cdb1_chkstatus(): only wait if status is busy
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 a pull request may close this issue.

1 participant