Add completion for dolphin (#9361)

Closes #9361
This commit is contained in:
EmilySeville7cfg 2022-11-20 15:26:56 +10:00 committed by Johannes Altmanninger
parent 4a85091ed7
commit a065dd7764
2 changed files with 8 additions and 0 deletions

View File

@ -119,6 +119,7 @@ Completions
- ``eg``
- ``kb``
- ``okular``
- ``dolphin``
- Improvements to some completions.

View File

@ -0,0 +1,7 @@
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'