chriswalz/bit

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

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:

  1. Type bit push --force-w on the terminal
  2. Press Tab
  3. See bit push --force-with-lease=<refname>

Expected behavior
Should see --force-with-lease