mirror of
https://github.com/daylinmorgan/forge.git
synced 2024-11-14 13:07:54 -06:00
style: just formatting changes
This commit is contained in:
parent
44469e5ab0
commit
42edeb0726
2 changed files with 5 additions and 3 deletions
|
@ -144,7 +144,9 @@ when isMainModule:
|
|||
vsnCfg.version = vsn
|
||||
|
||||
|
||||
dispatchMulti(["multi", cf = vsnCfg], [cc, help = {
|
||||
dispatchMulti(
|
||||
["multi", cf = vsnCfg],
|
||||
[cc, help = {
|
||||
"dryrun": "show command instead of executing",
|
||||
"nimble": "use nimble as base command for compiling"
|
||||
}],
|
||||
|
|
Loading…
Reference in a new issue