mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
a065dd7764
Closes #9361
7 lines
458 B
Fish
7 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'
|