You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
* 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
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.
The text was updated successfully, but these errors were encountered: