diff options
Diffstat (limited to 'japh')
-rw-r--r-- | japh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ function japh() { printf "function cd_$2() { cd \"$dir\"; }\n" >> $JAPH_DIR/cmds echo "project added!" ;; + "-a") + # Show the currently added commands + cat $CMD_FILE + ;; "help" | "-h") japh_usage ;; |