mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-28 20:34:07 +08:00
18 lines
1.1 KiB
Fish
18 lines
1.1 KiB
Fish
|
#apt-ftparchive
|
||
|
complete -c apt-ftparchive -s h -l help -d "apt-ftparchive command help"
|
||
|
complete -f -c apt-ftparchive -a packages -d "generate pkg 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 "show version"
|
||
|
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"
|