From 8b788fe0ce40fa0c5574f104766f6cb114f1781c Mon Sep 17 00:00:00 2001 From: George Lemon Date: Tue, 30 Apr 2024 07:01:57 +0300 Subject: [PATCH] add `-w` watch flag Signed-off-by: George Lemon --- src/tim.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tim.nim b/src/tim.nim index bf32d77..f19183e 100755 --- a/src/tim.nim +++ b/src/tim.nim @@ -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