asdf/lib
Trevor Brown 27f7ef7852
fix: don't invoke asdf inside asdf commands (#1208)
* fix: don't invoke asdf inside asdf commands

Recursive calls have a number of disadvantages:

* Poorer performance since each invocation spawns and new process and re-executes all the code in bin/asdf
* Makes debugging more difficult
* More likely to introduce subtle bugs and the possibility for infinite loops
2022-04-25 08:45:19 -04:00
..
commands fix: don't invoke asdf inside asdf commands (#1208) 2022-04-25 08:45:19 -04:00
functions fix: don't invoke asdf inside asdf commands (#1208) 2022-04-25 08:45:19 -04:00
asdf.fish fix: Use more idiomatic fish (#1042) 2021-10-07 09:20:41 -04:00
asdf.sh fix: CI formatting use editorconfig (#751) 2020-06-30 09:16:35 +10:00
utils.bash fix: remove comments from whole file instead of line by line for performance (#1198) 2022-04-08 10:44:07 -04:00