mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Add completions for git bisect
[ci skip]
This commit is contained in:
parent
e296e3c505
commit
49935f13df
1 changed files with 2 additions and 0 deletions
|
@ -1530,6 +1530,8 @@ complete -f -c git -n '__fish_git_using_command config' -l includes -d 'Respect
|
|||
complete -f -c git -n '__fish_git_using_command config' -l show-origin -d 'Show origin of configuration'
|
||||
complete -f -c git -n '__fish_git_using_command config; and __fish_seen_argument --get' -l default -d 'Use default value when missing entry'
|
||||
|
||||
complete -c git -n '__fish_prev_arg_in bisect' -xa "help start bad good new old terms skip next reset visualize view replay log run"
|
||||
complete -c git -n '__fish_git_using_command bisect; and __fish_seen_argument --' -xa "(__fish_complete_suffix)"
|
||||
|
||||
|
||||
## Custom commands (git-* commands installed in the PATH)
|
||||
|
|
Loading…
Reference in a new issue