chriswalz / bit

Bit is a modern Git CLI
Apache License 2.0
6.06k stars 106 forks source link

Autocomplete `bit push --force-w` with `bit push --force-with-lease` instead of `bit push --force-with-lease=<refname>` #70

Closed edoreld closed 4 years ago

edoreld commented 4 years ago

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