mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 23:21:15 -03:00
Remove trailing whitespaces and change tabs to spaces
This commit is contained in:
@@ -2,26 +2,26 @@ function __fish_complete_lpr -d 'Complete lpr common options' --argument-names c
|
||||
complete -c $cmd -s E -d 'Forces encryption when connecting to the server'
|
||||
complete -c $cmd -s U -d 'Specifies an alternate username' -xa '(__fish_complete_users)'
|
||||
|
||||
switch $cmd
|
||||
switch $cmd
|
||||
case lpr lpq lprm
|
||||
complete -c $cmd -s P -d 'Specifies an alternate printer or class name' -xa '(__fish_print_lpr_printers)'
|
||||
end
|
||||
|
||||
switch $cmd
|
||||
case lpq cancel
|
||||
switch $cmd
|
||||
case lpq cancel
|
||||
complete -c $cmd -s a -d 'Apply command to all printers'
|
||||
end
|
||||
|
||||
switch $cmd
|
||||
switch $cmd
|
||||
case lpq cancel lpmove lpstat lprm lpoptions lp reject accept cupsaccept cupsreject cupsenable cupsdisable
|
||||
complete -c $cmd -s h -d 'Specifies an alternate server' -xa '(__fish_print_hostnames)'
|
||||
end
|
||||
|
||||
switch $cmd
|
||||
|
||||
switch $cmd
|
||||
case lp lpr
|
||||
complete -c $cmd -s o -d 'Sets a job option' -xa '(__fish_complete_lpr_option)'
|
||||
complete -c $cmd -s m -d 'Send an email on job completion'
|
||||
|
||||
|
||||
complete -c $cmd -s o -xa landscape -d 'Landscape mode'
|
||||
complete -c $cmd -s o -xa "media=a4 media=letter media=legal" -d 'Media size'
|
||||
complete -c $cmd -s o -xa page-ranges= -d 'Page ranges'
|
||||
|
||||
Reference in New Issue
Block a user