Tweak plugin output message for `run rebar3 upgrade`
kivra-pauoli opened this issue · 4 comments
kivra-pauoli commented
Bug Description
Output from the plugin states run rebar3 upgrade
, but these days you have to either run upgrade <dep>
or upgrade --all
. Don't know if you wanna be so specific, though.
Expected Behavior
Output from the plugin should state run rebar3 upgrade --all | <dep>
.
Additional Context
Using the latest plugin version
elbrujohalcon commented
I originally left it vague on purpose 😛 … it's a feature.
Jokes aside, I don't mind either way.
kivra-pauoli commented
I'll try to find a bit of time to update it. Is the propose above Ok with you?
elbrujohalcon commented
Sure. I don't really care much about it. Change it to whatever you want, man.
kivra-pauoli commented
Good stuff. I'll try to do a twofer and solve both issues I opened.