mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 05:42:59 +08:00
Fix apparent dyslexia
This commit is contained in:
parent
bc71f0937b
commit
d31847b1d8
|
@ -1934,15 +1934,15 @@ complete -f -c git -n '__fish_git_using_command worktree' -n '__fish_seen_subcom
|
||||||
### stash
|
### stash
|
||||||
complete -c git -n __fish_git_needs_command -a stash -d 'Stash away changes'
|
complete -c git -n __fish_git_needs_command -a stash -d 'Stash away changes'
|
||||||
complete -f -c git -n '__fish_git_using_command stash' -n __fish_git_stash_not_using_subcommand -a "list\t'List stashes'
|
complete -f -c git -n '__fish_git_using_command stash' -n __fish_git_stash_not_using_subcommand -a "list\t'List stashes'
|
||||||
show/t'Show the changes recorded in the stash'
|
show\t'Show the changes recorded in the stash'
|
||||||
pop/t'Apply and remove a single stashed state'
|
pop\t'Apply and remove a single stashed state'
|
||||||
apply/t'Apply a single stashed state'
|
apply\t'Apply a single stashed state'
|
||||||
clear/t'Remove all stashed states'
|
clear\t'Remove all stashed states'
|
||||||
drop/t'Remove a single stashed state from the stash list'
|
drop\t'Remove a single stashed state from the stash list'
|
||||||
create/t'Create a stash'
|
create\t'Create a stash'
|
||||||
save/t'Save a new stash'
|
save\t'Save a new stash'
|
||||||
branch/t'Create a new branch from a stash'
|
branch\t'Create a new branch from a stash'
|
||||||
push/t'Create a new stash with given files'"
|
push\t'Create a new stash with given files'"
|
||||||
|
|
||||||
complete -f -c git -n '__fish_git_using_command stash' -n '__fish_git_stash_using_command apply' -ka '(__fish_git_complete_stashes)'
|
complete -f -c git -n '__fish_git_using_command stash' -n '__fish_git_stash_using_command apply' -ka '(__fish_git_complete_stashes)'
|
||||||
complete -f -c git -n '__fish_git_using_command stash' -n '__fish_git_stash_using_command branch' -ka '(__fish_git_complete_stashes)'
|
complete -f -c git -n '__fish_git_using_command stash' -n '__fish_git_stash_using_command branch' -ka '(__fish_git_complete_stashes)'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user