2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-17 23:44:02 +00:00
fish-shell/share/completions/apt-extracttemplates.fish
Aaron Gyes 68527ff20c completions: --description -> -d
This ends up saving a surprising number of bytes.
2017-10-11 10:17:35 -07:00

7 lines
285 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"