2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-24 10:45:08 +00:00
fish-shell/init/completions/apt-extracttemplates.fish

8 lines
301 B
Fish
Raw Normal View History

#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")