4 lines
85 B
Fish
4 lines
85 B
Fish
function info --wraps=tldr --description 'alias info=tldr'
|
|
tldr $argv
|
|
|
|
end
|