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,8 +369,9 @@ when isMainModule:
|
||||||
hwylCli:
|
hwylCli:
|
||||||
name "bbansi"
|
name "bbansi"
|
||||||
settings ShowHelp
|
settings ShowHelp
|
||||||
usage "[bold]bbansi[/] [[[green]args...[/]] [[[faint]-h|-V[/]]"
|
help:
|
||||||
description """
|
usage "[bold]bbansi[/] [[[green]args...[/]] [[[faint]-h|-V[/]]"
|
||||||
|
description """
|
||||||
bbansi "[[yellow] yellow text!"
|
bbansi "[[yellow] yellow text!"
|
||||||
-> [yellow] yellow text![/]
|
-> [yellow] yellow text![/]
|
||||||
bbansi "[[bold red] bold red text[[/] plain text..."
|
bbansi "[[bold red] bold red text[[/] plain text..."
|
||||||
|
|
|
@ -131,13 +131,14 @@ when isMainModule:
|
||||||
hwylcli:
|
hwylcli:
|
||||||
name "hwylchoose"
|
name "hwylchoose"
|
||||||
settings ShowHelp
|
settings ShowHelp
|
||||||
usage "[bold]hwylchoose[/] [[[green]args...[/]] [[[faint]-h[/]]"
|
help:
|
||||||
description """
|
usage "[bold]hwylchoose[/] [[[green]args...[/]] [[[faint]-h[/]]"
|
||||||
hwylchoose a b c d
|
description """
|
||||||
hwylchoose a,b,c,d -s ,
|
hwylchoose a b c d
|
||||||
hwylchoose a,b,c,d --seperator ","
|
hwylchoose a,b,c,d -s ,
|
||||||
hwylchoose --demo
|
hwylchoose a,b,c,d --seperator ","
|
||||||
"""
|
hwylchoose --demo
|
||||||
|
"""
|
||||||
hidden demo
|
hidden demo
|
||||||
flags:
|
flags:
|
||||||
demo "show demo"
|
demo "show demo"
|
||||||
|
|
Loading…
Reference in a new issue