aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/apt-config.fish
blob: 13db66c9dea569e87ee9f4b20f6b59f1b57868f6 (plain)
1
2
3
4
5
6
7
#apt-config
complete -c apt-config -s h -l help --description "Display help and exit"
complete -c apt-config -a shell --description "Access config file from shell"
complete -f -c apt-config -a dump --description "Dump contents of config file"
complete -f -c apt-config -s v -l version --description "Display version and exit"
complete -r -c apt-config -s c -l config-file --description "Specify config file"
complete -x -c apt-config -s o -l option --description "Specify options"