mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-12 02:09:28 +08:00
8 lines
301 B
Fish
8 lines
301 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")
|
|
|