cmdline: improve command processing (#16056)

This commit is contained in:
Timothee Cour
2020-11-26 15:55:56 -08:00
committed by GitHub
parent 9f1c5f64c5
commit 52829fc8d1
18 changed files with 144 additions and 137 deletions

View File

@@ -150,7 +150,8 @@ proc setupVM*(module: PSym; cache: IdentCache; scriptName: string;
cbconf cmpIgnoreCase:
setResult(a, strutils.cmpIgnoreCase(a.getString 0, a.getString 1))
cbconf setCommand:
conf.command = a.getString 0
conf.setCommandEarly(a.getString 0)
# xxx move remaining logic to commands.nim or other
let arg = a.getString 1
incl(conf.globalOptions, optWasNimscript)
if arg.len > 0: