Skip to content

Commit

Permalink
Added a note that debugging must be turned on before sourcing ticktic…
Browse files Browse the repository at this point in the history
…k.sh.
  • Loading branch information
XLTechie committed May 23, 2020
1 parent f78ddba commit 52a40f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Miscellaneous
* Clear all variables: You can erace any JSON you have created/imported with the `tickReset` routine.

#### __tick_var_debug - See the interim bash code
* Dry run (display compiled code): TickTick is a mini-compiler that emits bash. If you declare `export __tick_var_debug=1` at the top of your code, then the code will not run but instead print what it would have run.
* Dry run (display compiled code): TickTick is a mini-compiler that emits bash. If you declare `export __tick_var_debug=1` at the top of your code (before you source ticktick.sh), then the code will not run but instead print what it would have run.

Bash variables ($) in JSON
---
Expand Down

0 comments on commit 52a40f4

Please sign in to comment.