mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 06:46:12 +08:00
4 lines
117 B
Fish
4 lines
117 B
Fish
|
__fish_complete_lpr cancel
|
||
|
complete -c cancel -s u -d 'Cancel jobs owned by username' -xa '(__fish_complete_users)'
|
||
|
|