mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Add missing 'git stash' completion options
Fixed typo.
This commit is contained in:
parent
57bbd89caf
commit
962a19dfab
@ -329,7 +329,7 @@ complete -f -c git -n '__fish_git_using_command stash' -a clear -d 'Remove all s
|
||||
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'
|
||||
complete -f -c git -n '__fish_git_using_command stash' -a branch -d 'Create a new branch from a stash'
|
||||
# TODO other options
|
||||
|
||||
### config
|
||||
|
Loading…
x
Reference in New Issue
Block a user