mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:57:17 +08:00
9c327b19a6
New fish_indent does that too, so this will make any future reformatting diffs smaller. Done using either of: perl -pi -e 'undef $/; s/\n*$/\n/' share/**.fish kak -n -f '<a-/>\n*<ret>d' share/**.fish
7 lines
315 B
Fish
7 lines
315 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
|