summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJTaylor <jtaylor@classicalconversations.com>2020-12-08 16:09:08 -0500
committerJTaylor <jtaylor@classicalconversations.com>2020-12-08 16:09:08 -0500
commite088c950b8098164b51e0a01b78233dd0a32fc29 (patch)
tree9a90cbd860ed3df7a9e3c0eb2ce3262e7c275580
parentbc394d031a45f7ff5346d615c794bcb1c315bdb2 (diff)
Update help function
-rw-r--r--japh2
1 files changed, 2 insertions, 0 deletions
diff --git a/japh b/japh
index 3a32c0b..91405a3 100644
--- a/japh
+++ b/japh
@@ -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"
}