mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Add missing 'git stash' completion options
Added the following options which were missing: * save * branch
This commit is contained in:
parent
7935b1613a
commit
57bbd89caf
1 changed files with 2 additions and 0 deletions
|
@ -328,6 +328,8 @@ complete -f -c git -n '__fish_git_using_command stash' -a apply -d 'Apply a sing
|
|||
complete -f -c git -n '__fish_git_using_command stash' -a clear -d 'Remove all stashed states'
|
||||
complete -f -c git -n '__fish_git_using_command stash' -a drop -d 'Remove a single stashed state from the stash list'
|
||||
complete -f -c git -n '__fish_git_using_command stash' -a create -d 'Create a stash'
|
||||
complete -f -c git -n '__fish_git_using_command stash' -a save -d 'Save a new stash'
|
||||
complete -f -c git -n '__fish_git_using_command stash' -a branch -d 'Create a new branhc from a stash'
|
||||
# TODO other options
|
||||
|
||||
### config
|
||||
|
|
Loading…
Reference in a new issue