mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
8 lines
458 B
Fish
8 lines
458 B
Fish
|
complete -c dolphin -l help -d 'Show help and exit'
|
||
|
complete -c dolphin -s v -l version -d 'Show version and exit'
|
||
|
complete -c dolphin -l help-qt -d 'Show Qt specific options and exit'
|
||
|
complete -c dolphin -l help-kde -d 'Show KDE specific options and exit'
|
||
|
complete -c dolphin -l help-all -d 'Show all options and exit'
|
||
|
complete -c dolphin -l author -d 'Show author information and exit'
|
||
|
complete -c dolphin -l license -d 'Show license information and exit'
|