diff options
Diffstat (limited to 'src/cljcc/cljcc.clj')
| -rw-r--r-- | src/cljcc/cljcc.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cljcc/cljcc.clj b/src/cljcc/cljcc.clj index 8c8211d..0ebe609 100644 --- a/src/cljcc/cljcc.clj +++ b/src/cljcc/cljcc.clj @@ -19,6 +19,7 @@ (def cli-options [[nil "--parse" "Runs parser. Does not emit any files."] [nil "--codegen" "Runs compiler. Does not emit any files."] + [nil "--tacky" "Runs tacky generation. Does not emit any files."] ["-h" "--help"]]) (defn validate-args [args] |
