mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
68527ff20c
This ends up saving a surprising number of bytes.
17 lines
1.1 KiB
Fish
17 lines
1.1 KiB
Fish
#apt-ftparchive
|
|
complete -c apt-ftparchive -s h -l help -d "Display help and exit"
|
|
complete -f -c apt-ftparchive -a packages -d "Generate package from source"
|
|
complete -f -c apt-ftparchive -a sources -d "Generate source index file"
|
|
complete -f -c apt-ftparchive -a contents -d "Generate contents file"
|
|
complete -f -c apt-ftparchive -a release -d "Generate release file"
|
|
complete -f -c apt-ftparchive -a clean -d "Remove records"
|
|
complete -f -c apt-ftparchive -l md5 -d "Generate MD5 sums"
|
|
complete -f -c apt-ftparchive -s d -l db -d "Use a binary db"
|
|
complete -f -c apt-ftparchive -s q -l quiet -d "Quiet mode"
|
|
complete -f -c apt-ftparchive -l delink -d "Perform delinking"
|
|
complete -f -c apt-ftparchive -l contents -d "Perform contents generation"
|
|
complete -c apt-ftparchive -s s -l source-override -d "Use source override"
|
|
complete -f -c apt-ftparchive -l readonly -d "Make caching db readonly"
|
|
complete -f -c apt-ftparchive -s v -l version -d "Display version and exit"
|
|
complete -r -c apt-ftparchive -s c -l config-file -d "Use config file"
|
|
complete -r -c apt-ftparchive -s o -l option -d "Set config options"
|