aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/apt-listchanges.fish
blob: 770cbf06b5be3150410e30ed118be5cc357461da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#apt-listchanges
complete -c apt-listchanges -l help --description "Display help and exit"
complete -c apt-listchanges -l apt --description "Read filenames from pipe"
complete -f -c apt-listchanges -s v -l verbose --description "Verbose mode"
complete -f -c apt-listchanges -s f -l frontend -a "pager browser xterm-pager xterm-browser text mail none" --description "Select frontend interface"
complete -r -f -c apt-listchanges -l email-address --description "Specify email address"
complete -f -c apt-listchanges -s c -l confirm --description "Ask confirmation"
complete -f -c apt-listchanges -s a -l all --description "Display all changelogs"
complete -r -c apt-listchanges -l save_seen --description "Avoid changelogs from db in named file"
complete -r -f -c apt-listchanges -l which -a "news changelogs both" --description "Select display"
complete -f -c apt-listchanges -s h -l headers --description "Insert header"
complete -f -c apt-listchanges -l debug --description "Display debug info"
complete -r -c apt-listchanges -l profile --description "Select an option profile"