2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-24 02:35:55 +00:00
fish-shell/share/functions/__fish_print_lpr_options.fish

5 lines
138 B
Fish
Raw Normal View History

function __fish_print_lpr_options --description 'Print lpr options'
lpoptions -l 2>/dev/null | sed 's+\(.*\)/\(.*\):.*$+\1\t\2+'
end