Skip to content

Commit

Permalink
add -w watch flag
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Apr 30, 2024
1 parent 04cbbbf commit 8b788fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tim.nim
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ else:

commands:
-- "Main Commands"
c path(`timl`), string(`ext`), bool(--pretty):
c path(`timl`), string(`ext`), bool(-w), bool(--pretty):
## Transpile `.timl` file to a target source
ast path(`timl`), filename(`output`):
## Generate binary AST from a `timl` file
Expand Down

0 comments on commit 8b788fe

Please sign in to comment.