Browse Source

Add call arguments to debug

Alois Mahdal 8 years ago
parent
commit
8903c02939
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/shellfu.sh.skel

+ 1
- 0
src/shellfu.sh.skel View File

@@ -69,6 +69,7 @@ shellfu() {
69 69
     # debug on known sub-commands
70 70
     case $SHELLFU_DEBUGINIT:$1 in
71 71
         true:import)
72
+            shellfu __debug "\$*='$*'"
72 73
             shellfu __debug "SHELLFU_DIR='$SHELLFU_DIR'"
73 74
             shellfu __debug "SHELLFU_DEBUG='$SHELLFU_DEBUG'"
74 75
             shellfu __debug "SHELLFU_DEBUGINIT='$SHELLFU_DEBUGINIT'"