asdf/lib/commands/help.sh

6 lines
93 B
Bash
Raw Normal View History

2015-05-17 00:46:56 -07:00
help_command () {
echo "version: $(asdf_version)"
echo ""
2017-09-04 10:04:56 -07:00
cat "$(asdf_dir)/help.txt"
2015-05-17 00:46:56 -07:00
}