mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-28 20:34:07 +08:00
8 lines
297 B
Fish
8 lines
297 B
Fish
|
|
||
|
#apt-extracttemplates
|
||
|
complete -c apt-extracttemplates -s h -l help -d "apt-extracttemplates command help"
|
||
|
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"
|
||
|
|