diff --git a/HELP.txt b/HELP.txt new file mode 100644 index 0000000..1e86b58 --- /dev/null +++ b/HELP.txt @@ -0,0 +1,35 @@ + _| || |_| | / / | (_) / / | | +|_ __ _| | / /| |__ _ _ __ / /_ _ ___| |__ + _| || |_| | / / | '_ \| | '_ \ / / _` / __| '_ \ +|_ __ _|_|/ / | |_) | | | | |/ / (_| \__ \ | | | + |_||_| (_)_/ |_.__/|_|_| |_/_/ \__,_|___/_| |_| + +Ash Version 0.1.0 + +Welcome to Ash! Please check out the README located in +your install directory, or over at Github: + +https://github.com/ash-shell/ash + +To check out a list of your modules you can run: + +``` +ash apm:modules +``` + +If you don't have any modules installed yet, there won't +be any output. If you do have modules, this will list them. + +-------------------- + +Get started by installing your first module! + +``` +ash apm:install https://github.com/ash-shell/slugify.git --global +``` + +and for Slugify usage: + +``` +ash slugify:help +``` diff --git a/ash b/ash index 7006a15..3783de2 100755 --- a/ash +++ b/ash @@ -268,8 +268,8 @@ Ash_execute_callable() { # Displays some basic help/usage for Ash ################################################# Ash_help() { - # TODO - echo "Ash Help -- TODO" + echo + more "$Ash__SOURCE_DIRECTORY/HELP.txt" exit } diff --git a/core_modules/github.com/ash-shell/apm b/core_modules/github.com/ash-shell/apm index b2293d3..7d98e6b 160000 --- a/core_modules/github.com/ash-shell/apm +++ b/core_modules/github.com/ash-shell/apm @@ -1 +1 @@ -Subproject commit b2293d36ee77767001f36b64f3d41e4f173d6fc9 +Subproject commit 7d98e6be8e127005470f641c7a0f6c2836744828