mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
6 lines
93 B
Bash
6 lines
93 B
Bash
help_command () {
|
|
echo "version: $(asdf_version)"
|
|
echo ""
|
|
cat "$(asdf_dir)/help.txt"
|
|
}
|