diff options
author | bptato <nincsnevem662@gmail.com> | 2022-11-21 17:43:23 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-11-21 17:43:23 +0100 |
commit | 652251c2f7a4ea8d8854e4987689005a3bfd318e (patch) | |
tree | d90101660876177d9dce923d177330b8fbaab085 /src/main.nim | |
parent | 940e6516955add573872231c1b8365c21dd62195 (diff) | |
download | chawan-652251c2f7a4ea8d8854e4987689005a3bfd318e.tar.gz |
Color & term improvements
Diffstat (limited to 'src/main.nim')
-rw-r--r-- | src/main.nim | 1 |
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 "--": |