mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-16 18:32:46 +08:00
5 lines
79 B
Fish
5 lines
79 B
Fish
function omf.cli.describe -a name
|
|
omf.packages.describe $name
|
|
return 0
|
|
end
|