mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
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:
parent
1998bce19f
commit
0bbb3a20df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user