You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List or upgrade plugins
Usage: rebar3 plugins upgrade [<plugin>]
<plugin> Plugin to upgrade
which leads you to believe either a single (or all) plugin(s) can be upgraded (if we take [ and ] to mean "optional"), but that's not the case, since:
rebar3 plugins upgrade
===> Must give an installed plugin to upgrade as an argument
I don't know which one is in the wrong, here, the code or the doc., but would really like to do rebar3 plugins upgrade and not care about a specific plugin 😄.
The text was updated successfully, but these errors were encountered:
I'd expect both to work, with or without a plugin. Without a plugin would upgrade all of them, and with one named, only that one (and its dependencies) would get upgraded.
"without a plugin" would be nice, since otherwise we need to go around this behaviour and list them or find them (via rebar3 commands). I'll try to eventually find some time to look at it.
The output is
which leads you to believe either a single (or all) plugin(s) can be upgraded (if we take
[
and]
to mean "optional"), but that's not the case, since:I don't know which one is in the wrong, here, the code or the doc., but would really like to do
rebar3 plugins upgrade
and not care about a specific plugin 😄.The text was updated successfully, but these errors were encountered: