1. 19 9月, 2020 2 次提交
  2. 18 9月, 2020 2 次提交
  3. 17 9月, 2020 1 次提交
    • J
      Fix plugin-update --all when there are no plugins · 0efc04bc
      Joel Parker Henderson 提交于
      Issue: when asdf is first installed, there are no plugins, and running `asdf plugin-update --all` crashes because the plugin directory doesn't exist; similarly, the command crashes if the plugins directory exists yet doesn't contain any subdirectories.
      
      Solution: This patch changes the directory loop from using a wildcard `plugins/*` to a more robust approach: first verify the plugins directory exists, then use the`find` command to list subdirectories and correctly handle the corner case of no subdirectories.
      
      Future: Consider printing an error message and/or advice message. Consider automatically creating the plugins directory as needed. Consider prompting the user to install some popular plugins.
      0efc04bc
  4. 08 9月, 2020 4 次提交
  5. 07 9月, 2020 1 次提交
  6. 02 9月, 2020 1 次提交
  7. 01 9月, 2020 2 次提交
  8. 29 8月, 2020 1 次提交
  9. 28 8月, 2020 3 次提交
  10. 24 8月, 2020 1 次提交
  11. 18 8月, 2020 2 次提交
  12. 12 8月, 2020 4 次提交
  13. 11 8月, 2020 1 次提交
  14. 10 8月, 2020 4 次提交
  15. 31 7月, 2020 5 次提交
  16. 15 7月, 2020 1 次提交
  17. 10 7月, 2020 5 次提交