1. 25 11月, 2020 1 次提交
  2. 22 11月, 2020 1 次提交
  3. 07 11月, 2020 1 次提交
  4. 21 11月, 2020 1 次提交
  5. 18 8月, 2020 1 次提交
  6. 19 11月, 2020 1 次提交
  7. 16 11月, 2020 1 次提交
  8. 04 11月, 2020 1 次提交
  9. 07 11月, 2020 3 次提交
  10. 25 8月, 2020 1 次提交
  11. 03 11月, 2020 1 次提交
  12. 25 9月, 2020 1 次提交
  13. 23 10月, 2020 2 次提交
  14. 14 10月, 2020 1 次提交
  15. 09 10月, 2020 2 次提交
  16. 21 9月, 2020 1 次提交
  17. 06 10月, 2020 1 次提交
  18. 03 10月, 2020 1 次提交
  19. 24 9月, 2020 2 次提交
  20. 21 9月, 2020 2 次提交
  21. 22 9月, 2020 1 次提交
  22. 21 9月, 2020 1 次提交
  23. 27 8月, 2020 1 次提交
  24. 24 8月, 2020 3 次提交
  25. 20 8月, 2020 1 次提交
  26. 12 8月, 2020 1 次提交
  27. 14 8月, 2020 2 次提交
  28. 09 8月, 2020 1 次提交
    • Y
      [Fix] `nvm use`: fix `--silent` when version is omitted · b1200c65
      Yash-Singh1 提交于
      Fixed a bug where --silent mode was failing for nvm use I ran a test
       that just ran ```nvm use node --silent``` that I wrote by myself.
       Unfortunately I noticed a bug where it still prints out some messages in
       different cases. This pull request is to fix that bug. * Added in an argument
       called ***quiet***  to the nvm_rc_version() function at *line 339* * Printed
       anything inside the nvm_rc_version() only in the scenario where quiet mode is
       off * Ran the nvm_rc_version() function in quiet mode only if silent mode is
       on in the "use" command of nvm at *line 2990* * Ran *nvm_echo* and *nvm_err*
       inside the "use" command of nvm only in the scenario where silent mode is off
       (There were 4 scenarios where this was forgotten) * Edited the ```nvm
       deactivate``` command to include a silent mode * Changed the help page to
       include the --silent option for ```nvm deactivate``` * Added in aliases for
       the --silent flag in ```nvm deactivate``` and ```nvm use``` * Used silent
       mode inside the ```nvm use``` when running ```nvm deactivate``` inside it and
       silent mode is on A test was attached in the 'test/slow/nvm use' directory.
       It is named *Running "nvm use node --silent" doesn't print anything*. It runs
       ```nvm use node --silent and checks``` and succeeds if the OUTPUT matches the
       EXPECTED_OUTPUT which is *null*  or *''*. When the test was run locally, it
       still ouputed results if someone deleted some contents of the *.nvm/* folder.
       This output was given from the ```nvm deactivate command```. This was the
       reason that the ```nvm deactivate``` was edited to include silent mode.
      b1200c65
  29. 12 8月, 2020 1 次提交
  30. 05 8月, 2020 1 次提交
  31. 04 8月, 2020 1 次提交