diff options
author | JTaylor <jtaylor@classicalconversations.com> | 2020-12-08 16:09:08 -0500 |
---|---|---|
committer | JTaylor <jtaylor@classicalconversations.com> | 2020-12-08 16:09:08 -0500 |
commit | e088c950b8098164b51e0a01b78233dd0a32fc29 (patch) | |
tree | 9a90cbd860ed3df7a9e3c0eb2ce3262e7c275580 /japh | |
parent | bc394d031a45f7ff5346d615c794bcb1c315bdb2 (diff) |
Update help function
Diffstat (limited to 'japh')
-rw-r--r-- | japh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,4 +86,6 @@ function japh_usage() { printf "JAPH - Jackson's Awesome Project Helper\n" printf "japh add \$projectName - Add current directory to japh's list as \$projectName\n" printf "japh \$projectName - cd to project directory\n" + printf "japh n \$commandName - Open new editor so you can add series of steps in a command.\n" + printf "japh r \$commandName - Run \$commandName in current session.\n" } |