mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-02 11:01:15 -03:00
6 lines
168 B
Fish
6 lines
168 B
Fish
# localization: skip(private)
|
|
function __fish_print_lpr_options --description 'Print lpr options'
|
|
lpoptions -l 2>/dev/null | sed 's+\(.*\)/\(.*\):.*$+\1\t\2+'
|
|
|
|
end
|