mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 13:30:33 +00:00
cmdline: improve command processing (#16056)
This commit is contained in:
@@ -158,7 +158,7 @@ proc mainCommand(graph: ModuleGraph) =
|
||||
clearPasses(graph)
|
||||
registerPass graph, verbosePass
|
||||
registerPass graph, semPass
|
||||
conf.cmd = cmdIdeTools
|
||||
conf.setCmd cmdIdeTools
|
||||
wantMainModule(conf)
|
||||
setupDb(graph, dbfile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user