mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 09:27:38 +00:00
8 lines
316 B
Fish
8 lines
316 B
Fish
|
__fish_complete_lpr cupsdisable
|
||
|
|
||
|
complete -c cupsdisable -s c -d 'Cancels all jobs on the named destination'
|
||
|
complete -c cupsdisable -l hold -d 'Holds remaining jobs on the named printer'
|
||
|
complete -c cupsdisable -l release -d 'Releases pending jobs for printing'
|
||
|
complete -c cupsdisable -s r -d 'Disable reason' -x
|
||
|
|