mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-12-22 03:00:43 -06:00
consistent capitals
This commit is contained in:
parent
c2bcfd1f73
commit
896e8b9024
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ proc helpAttrOff(): Table[string,string] =
|
||||||
}.toTable()
|
}.toTable()
|
||||||
|
|
||||||
const
|
const
|
||||||
useMulti = "${doc}[bold]Usage[/]:\n $command {SUBCMD} [[sub-command options & parameters]\n\n[bold]subcommands[/]:\n$subcmds"
|
useMulti = "${doc}[bold]Usage[/]:\n $command {SUBCMD} [[sub-command options & parameters]\n\n[bold]Subcommands[/]:\n$subcmds"
|
||||||
useHdr = "[bold]Usage[/]:\n "
|
useHdr = "[bold]Usage[/]:\n "
|
||||||
use = "$command $args\n${doc}[bold]Options[/]:\n$options"
|
use = "$command $args\n${doc}[bold]Options[/]:\n$options"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue