update help documentation
parent
08e439c4f0
commit
1920629d1a
14
bash_it.sh
14
bash_it.sh
|
|
@ -82,11 +82,13 @@ function bash-it() {
|
||||||
echo
|
echo
|
||||||
echo "Here is a list of commands you can use to get help screens for specific pieces of Bash it:"
|
echo "Here is a list of commands you can use to get help screens for specific pieces of Bash it:"
|
||||||
echo
|
echo
|
||||||
echo " rails-help This will list out all the aliases you can use with rails."
|
echo " rails-help list out all aliases you can use with rails."
|
||||||
echo " git-help This will list out all the aliases you can use with git."
|
echo " git-help list out all aliases you can use with git."
|
||||||
echo " todo-help This will list out all the aliases you can use with todo.txt-cli"
|
echo " todo-help list out all aliases you can use with todo.txt-cli"
|
||||||
echo " brew-help This will list out all the aliases you can use with Homebrew"
|
echo " brew-help list out all aliases you can use with Homebrew"
|
||||||
echo " aliases-help Generic list of aliases."
|
echo " aliases-help generic list of aliases."
|
||||||
echo " plugins-help This will list out all the plugins and functions you can use with bash-it"
|
echo " plugins-help list out all functions you have installed with bash-it"
|
||||||
|
echo " bash-it-plugins summarize bash-it plugins, and their installation status"
|
||||||
|
echo " reference <function name> detailed help for a specific function"
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue