Skip to content

Commit

Permalink
Implement HELP file
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonRomano committed Mar 1, 2016
1 parent 6098e49 commit fdfa531
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions HELP.txt
Original file line number Diff line number Diff line change
@@ -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
```
4 changes: 2 additions & 2 deletions ash
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion core_modules/github.com/ash-shell/apm
Submodule apm updated 2 files
+6 −0 callable.sh
+3 −0 lib/update.sh

0 comments on commit fdfa531

Please sign in to comment.