fix clis for hwylcli

This commit is contained in:
Daylin Morgan 2024-11-11 14:59:54 -06:00
parent c98fcc2265
commit 65a952e9f0
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 5 additions and 6 deletions

View file

@ -381,11 +381,10 @@ when isMainModule:
version bbfmt"[yellow]bbansi version[/][red] ->[/] [bold]{version}[/]" version bbfmt"[yellow]bbansi version[/][red] ->[/] [bold]{version}[/]"
hidden debug, testCard hidden debug, testCard
flags: flags:
debug: debug "show debug"
T bool testCard "show test card"
testCard:
T bool
style: style:
T string
? "set style for string" ? "set style for string"
- "s" - "s"
run: run:

View file

@ -140,9 +140,9 @@ when isMainModule:
""" """
hidden demo hidden demo
flags: flags:
demo: demo "show demo"
T bool
separator: separator:
T string
help "separator to split items" help "separator to split items"
short "s" short "s"
run: run: