mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-08 22:54:46 +08:00
690648e1b0
darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
14 lines
1000 B
Fish
14 lines
1000 B
Fish
#apt-listchanges
|
|
complete -c apt-listchanges -l help -d (_ "Apt-listchanges command help")
|
|
complete -c apt-listchanges -l apt -d (_ "Read filenames from pipe")
|
|
complete -f -c apt-listchanges -s v -l verbose -d (_ "Verbose info")
|
|
complete -f -c apt-listchanges -s f -l frontend -a "pager browser xterm-pager xterm-browser text mail none" -d (_ "Select fronend interface")
|
|
complete -r -f -c apt-listchanges -l email-address -d (_ "Specify email address")
|
|
complete -f -c apt-listchanges -s c -l confirm -d (_ "Ask confirmation")
|
|
complete -f -c apt-listchanges -s a -l all -d (_ "Display all changelogs")
|
|
complete -r -c apt-listchanges -l save_seen -d (_ "Avoid changelogs from db in named file")
|
|
complete -r -f -c apt-listchanges -l which -a "news changelogs both" -d (_ "Select display")
|
|
complete -f -c apt-listchanges -s h -l headers -d (_ "Insert header")
|
|
complete -f -c apt-listchanges -l debug -d (_ "Display debug info")
|
|
complete -r -c apt-listchanges -l profile -d (_ "Select an option profile")
|