mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
3310ee4a0e
Closes #9379
9 lines
424 B
Fish
9 lines
424 B
Fish
complete -c xed -s '?' -s h -l help -d 'Show help and exit'
|
|
complete -c xed -l version -d 'Show version and exit'
|
|
complete -c xed -l help-all -d 'Show all options and exit'
|
|
|
|
complete -c xed -l display -d 'X display'
|
|
complete -c xed -l encoding -d Encoding
|
|
complete -c xed -l new-window -d 'Create a new window'
|
|
complete -c xed -l new-document -d 'Create a new document'
|
|
complete -c xed -l list-encodings -d 'List encodings'
|