mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 04:13:08 +00:00
Fix completion for totem
This commit is contained in:
parent
2334374fd6
commit
7376639789
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue