mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
68527ff20c
This ends up saving a surprising number of bytes.
7 lines
285 B
Fish
7 lines
285 B
Fish
|
|
#apt-extracttemplates
|
|
complete -c apt-extracttemplates -s h -l help -d "Display help and exit"
|
|
complete -r -c apt-extracttemplates -s t -d "Set temp dir"
|
|
complete -r -c apt-extracttemplates -s c -d "Specifiy config file"
|
|
complete -r -c apt-extracttemplates -s o -d "Specify options"
|
|
|