diff options
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" } |