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: 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..."

View file

@ -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"