1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-16 06:15:07 +02:00

Fix ex. completion git push --force-with-lease ()

The `--force-with-lease` flag was given as requiring an additional string which is not true.

Fixes  

for this to take effect you need to update your `config.nu`
This commit is contained in:
Stefan Holderbach
2022-10-11 12:41:50 +02:00
committed by GitHub
parent 1998bce19f
commit 0bbb3a20df

@ -101,7 +101,7 @@ module completions {
--dry-run(-n) # dry run --dry-run(-n) # dry run
--exec: string # receive pack program --exec: string # receive pack program
--follow-tags # push missing but relevant tags --follow-tags # push missing but relevant tags
--force-with-lease: string # require old value of ref to be at this value --force-with-lease # require old value of ref to be at this value
--force(-f) # force updates --force(-f) # force updates
--ipv4(-4) # use IPv4 addresses only --ipv4(-4) # use IPv4 addresses only
--ipv6(-6) # use IPv6 addresses only --ipv6(-6) # use IPv6 addresses only