summaryrefslogtreecommitdiff
path: root/japh
diff options
context:
space:
mode:
Diffstat (limited to 'japh')
-rw-r--r--japh4
1 files changed, 4 insertions, 0 deletions
diff --git a/japh b/japh
index 0da6022..106dbbb 100644
--- a/japh
+++ b/japh
@@ -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
;;