asdf/lib/commands/help.sh

6 lines
93 B
Bash

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