mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Fix completion for totem
This commit is contained in:
parent
2334374fd6
commit
7376639789
|
@ -1,7 +1,7 @@
|
|||
#completion for totem
|
||||
|
||||
complete -c totem -l usage --description 'Output a brief synopsis of command options then quit'
|
||||
complete -c totem -s ? -l help --description 'Output a longer help message then quit'
|
||||
complete -c totem -s '?' -l help --description 'Output a longer help message then quit'
|
||||
complete -c totem -l version --description 'Output version information then quit'
|
||||
complete -c totem -l play-pause --description 'Tell any running totem instance: Toggle between play and pause'
|
||||
complete -c totem -l play --description 'Tell any running totem instance: Play'
|
||||
|
|
Loading…
Reference in New Issue
Block a user