mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
fixup builtin cli's
This commit is contained in:
parent
6082cc3835
commit
1412ad8309
2 changed files with 11 additions and 9 deletions
|
@ -369,6 +369,7 @@ when isMainModule:
|
|||
hwylCli:
|
||||
name "bbansi"
|
||||
settings ShowHelp
|
||||
help:
|
||||
usage "[bold]bbansi[/] [[[green]args...[/]] [[[faint]-h|-V[/]]"
|
||||
description """
|
||||
bbansi "[[yellow] yellow text!"
|
||||
|
|
|
@ -131,6 +131,7 @@ when isMainModule:
|
|||
hwylcli:
|
||||
name "hwylchoose"
|
||||
settings ShowHelp
|
||||
help:
|
||||
usage "[bold]hwylchoose[/] [[[green]args...[/]] [[[faint]-h[/]]"
|
||||
description """
|
||||
hwylchoose a b c d
|
||||
|
|
Loading…
Reference in a new issue