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

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

Fixes #6644 

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ module completions {
--dry-run(-n) # dry run
--exec: string # receive pack program
--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
--ipv4(-4) # use IPv4 addresses only
--ipv6(-6) # use IPv6 addresses only