mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 02:57:30 +08:00
8 lines
305 B
Fish
8 lines
305 B
Fish
|
|
#apt-extracttemplates
|
|
complete -c apt-extracttemplates -s h -l help -d (N_ "Display help and exit")
|
|
complete -r -c apt-extracttemplates -s t -d (N_ "Set temp dir")
|
|
complete -r -c apt-extracttemplates -s c -d (N_ "Specifiy config file")
|
|
complete -r -c apt-extracttemplates -s o -d (N_ "Specify options")
|
|
|