mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
501c3d5518
Work on #731.
5 lines
299 B
Fish
5 lines
299 B
Fish
complete -c abbr -f -s a -l add -d 'Add abbreviation'
|
|
complete -c abbr -s r -l remove -d 'Remove abbreviation' -xa '(abbr -l)'
|
|
complete -c abbr -f -s s -l show -d 'Print all abbreviations'
|
|
complete -c abbr -f -s l -l list -d 'Print all abbreviation names'
|
|
complete -c abbr -f -s h -l help -d 'Help'
|