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}[/]"
hidden debug, testCard
flags:
debug:
T bool
testCard:
T bool
debug "show debug"
testCard "show test card"
style:
T string
? "set style for string"
- "s"
run:

View file

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