mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-27 17:53:58 +00:00
cmdline: improve command processing (#16056)
This commit is contained in:
@@ -38,7 +38,7 @@ In addition, all command line options of Nim are supported.
|
||||
proc mainCommand =
|
||||
registerPass verbosePass
|
||||
registerPass semPass
|
||||
conf.cmd = cmdPretty
|
||||
conf.setCmd cmdNimfix
|
||||
searchPaths.add options.libpath
|
||||
if gProjectFull.len != 0:
|
||||
# current path is always looked first for modules
|
||||
|
||||
Reference in New Issue
Block a user