mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-01 06:53:39 +08:00
690648e1b0
darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
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")
|
|
|