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}[/]"
|
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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue