fixup builtin cli's

This commit is contained in:
Daylin Morgan 2024-11-14 11:47:01 -06:00
parent 6082cc3835
commit 1412ad8309
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 11 additions and 9 deletions

View file

@ -369,8 +369,9 @@ when isMainModule:
hwylCli:
name "bbansi"
settings ShowHelp
usage "[bold]bbansi[/] [[[green]args...[/]] [[[faint]-h|-V[/]]"
description """
help:
usage "[bold]bbansi[/] [[[green]args...[/]] [[[faint]-h|-V[/]]"
description """
bbansi "[[yellow] yellow text!"
-> [yellow] yellow text![/]
bbansi "[[bold red] bold red text[[/] plain text..."

View file

@ -131,13 +131,14 @@ when isMainModule:
hwylcli:
name "hwylchoose"
settings ShowHelp
usage "[bold]hwylchoose[/] [[[green]args...[/]] [[[faint]-h[/]]"
description """
hwylchoose a b c d
hwylchoose a,b,c,d -s ,
hwylchoose a,b,c,d --seperator ","
hwylchoose --demo
"""
help:
usage "[bold]hwylchoose[/] [[[green]args...[/]] [[[faint]-h[/]]"
description """
hwylchoose a b c d
hwylchoose a,b,c,d -s ,
hwylchoose a,b,c,d --seperator ","
hwylchoose --demo
"""
hidden demo
flags:
demo "show demo"