asdf/lib/commands/help.sh
2015-05-17 14:01:55 +05:30

6 lines
91 B
Bash

help_command () {
echo "version: $(asdf_version)"
echo ""
cat $(asdf_dir)/help.txt
}