mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
echo help text from file
This commit is contained in:
parent
6632e18d4f
commit
dca70739f5
35
help.txt
Normal file
35
help.txt
Normal file
@ -0,0 +1,35 @@
|
||||
-- Usage --
|
||||
|
||||
MANAGE SOURCES
|
||||
|
||||
asdf add-source <name> <git-url>
|
||||
|
||||
asdf remove-source <name>
|
||||
|
||||
asdf update-source <name>
|
||||
|
||||
asdf update-source --all
|
||||
|
||||
|
||||
MANAGE PACKAGES
|
||||
|
||||
asdf install <name> <version>
|
||||
asdf remove <name> <version>
|
||||
|
||||
|
||||
LIST INSTALLED VERSIONS
|
||||
|
||||
asdf list <name>
|
||||
|
||||
|
||||
LIST ALL VERSIONS
|
||||
|
||||
asdf list-all <name>
|
||||
|
||||
|
||||
UTILS
|
||||
|
||||
asdf reshim <name> <version>
|
||||
|
||||
|
||||
-- end I promise --
|
@ -197,5 +197,5 @@ source_update_command() {
|
||||
|
||||
|
||||
help_command() {
|
||||
echo "display help message"
|
||||
cat $(asdf_dir)/help.txt
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user