mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -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",
|
||||
"clOptKeys": "\e[m", "clValType": "\e[m", "args": "\e[m"}.toTable()
|
||||
# clCfg.use does nothing?
|
||||
clCfg.useHdr = "\e[1mUsage\e[m:\n "
|
||||
clCfg.useHdr = "\e[1musage\e[m:\n "
|
||||
|
||||
when isMainModule:
|
||||
checkExes()
|
||||
|
|
Loading…
Reference in a new issue