Autocomplete `bit push --force-w` with `bit push --force-with-lease` instead of `bit push --force-with-lease=<refname>`
edoreld opened this issue · 0 comments
edoreld commented
Describe the bug
bit push --force-w
autocompletes to bit push --force-with-lease=<refname>
instead of bit push --force-with-lease
To Reproduce
Steps to reproduce the behavior:
- Type
bit push --force-w
on the terminal - Press Tab
- See
bit push --force-with-lease=<refname>
Expected behavior
Should see --force-with-lease