about summary refs log tree commit diff stats
path: root/src/main.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-11-21 17:43:23 +0100
committerbptato <nincsnevem662@gmail.com>2022-11-21 17:43:23 +0100
commit652251c2f7a4ea8d8854e4987689005a3bfd318e (patch)
treed90101660876177d9dce923d177330b8fbaab085 /src/main.nim
parent940e6516955add573872231c1b8365c21dd62195 (diff)
downloadchawan-652251c2f7a4ea8d8854e4987689005a3bfd318e.tar.gz
Color & term improvements
Diffstat (limited to 'src/main.nim')
-rw-r--r--src/main.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.nim b/src/main.nim
index 09eb3f6b..e2892115 100644
--- a/src/main.nim
+++ b/src/main.nim
@@ -80,6 +80,7 @@ while i < params.len:
     inc i
     if i < params.len:
       conf.startup = params[i]
+      dump = true
     else:
       help(1)
   of "--":