mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 01:12:59 +08:00
8 lines
329 B
Fish
8 lines
329 B
Fish
|
|
#apt-extracttemplates
|
|
complete -c apt-extracttemplates -s h -l help --description "Display help and exit"
|
|
complete -r -c apt-extracttemplates -s t --description "Set temp dir"
|
|
complete -r -c apt-extracttemplates -s c --description "Specifiy config file"
|
|
complete -r -c apt-extracttemplates -s o --description "Specify options"
|
|
|