asdf-vm / asdf

Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
https://asdf-vm.com/
MIT License
21.76k stars 774 forks source link

It is recommended to add a -g parameter to the install command. #1730

Open iejzh opened 6 months ago

iejzh commented 6 months ago

Is your feature request related to a problem? Please describe

It is recommended to add a -g parameter to the install command. asdf install && asdf global ==>asdf install -g

Describe the proposed solution

Add the -g parameter to the install command to merge the install and global commands.

Describe similar asdf features and why they are not sufficient

You need to enter two commands each time.

Describe other workarounds you've considered

It is recommended to add a -g parameter to the install command.