mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
![]() This command allows users to replace default colors with their own custom colors. - top-level commands modified: alias, ls, ls-remote - helper functions added: nvm_echo_with_colors, nvm_err_with_colors, nvm_set_colors, nvm_get_colors, nvm_print_color_code - functions modified: nvm_print_formatted_alias, nvm_print_versions, nvm_print_alias_path (implicitly), nvm_print_default_alias (implicitly), nvm_list_aliases (implicitly) We added tests and info on using this command to the README! Co-authored-by: Dena Burd <29719099+gitburd@users.noreply.github.com> Co-authored-by: Naomi Quinones <52065567+naomiquinones@users.noreply.github.com> |
||
---|---|---|
.. | ||
circular | ||
lts | ||
"nvm alias" should not accept aliases with slashes | ||
"nvm unalias" should accept aliases when they shadow a built-in alias | ||
"nvm unalias" should not accept aliases with names equal to built-in alias | ||
"nvm unalias" should not accept aliases with slashes | ||
nvm_ensure_default_set | ||
nvm_list_aliases calls nvm_get_colors | ||
nvm_print_alias_path calls nvm_get_colors | ||
nvm_print_formatted_alias calls nvm_get_colors | ||
nvm_resolve_alias | ||
nvm_resolve_local_alias | ||
Running "nvm alias <aliasname> <target>" again should change the target | ||
Running "nvm alias <aliasname>" should list but one alias. | ||
Running "nvm alias" lists implicit aliases when they do not exist | ||
Running "nvm alias" lists manual aliases instead of implicit aliases when present | ||
Running "nvm alias" should list all aliases. | ||
setup | ||
teardown |