mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
fix clis for hwylcli
This commit is contained in:
parent
c98fcc2265
commit
65a952e9f0
2 changed files with 5 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue