2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-20 08:54:00 +00:00
fish-shell/share/completions/dolphin.fish
2022-11-26 09:45:12 +01:00

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'