mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
consistent styling
This commit is contained in:
parent
cdbeffffec
commit
07f4c16b55
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ proc setupCligen() =
|
||||||
clCfg.helpAttrOff = {"cmd": "\e[m", "clDescrip": "\e[m", "clDflVal": "\e[m",
|
clCfg.helpAttrOff = {"cmd": "\e[m", "clDescrip": "\e[m", "clDflVal": "\e[m",
|
||||||
"clOptKeys": "\e[m", "clValType": "\e[m", "args": "\e[m"}.toTable()
|
"clOptKeys": "\e[m", "clValType": "\e[m", "args": "\e[m"}.toTable()
|
||||||
# clCfg.use does nothing?
|
# clCfg.use does nothing?
|
||||||
clCfg.useHdr = "\e[1mUsage\e[m:\n "
|
clCfg.useHdr = "\e[1musage\e[m:\n "
|
||||||
|
|
||||||
when isMainModule:
|
when isMainModule:
|
||||||
checkExes()
|
checkExes()
|
||||||
|
|
Loading…
Reference in a new issue