Skip to content

Commit

Permalink
Merge pull request #51 from XLTechie/fixDebugAdviceInREADME
Browse files Browse the repository at this point in the history
Fix debug advice in README
  • Loading branch information
kristopolous authored May 29, 2020
2 parents c19fa86 + 52a40f4 commit f73235a
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 f73235a

Please sign in to comment.