mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-14 20:07:52 -06:00
fix short flags
This commit is contained in:
parent
3d663c381b
commit
b634a2fca6
1 changed files with 4 additions and 1 deletions
|
@ -27,6 +27,7 @@ hwylCli:
|
|||
- r
|
||||
[yes]
|
||||
yes:
|
||||
- y
|
||||
T bool
|
||||
? "skip all confirmation prompts"
|
||||
[minimal]
|
||||
|
@ -38,6 +39,7 @@ hwylCli:
|
|||
preSub:
|
||||
setupLoggers(debug)
|
||||
updateContext(host, flake, debug, resetCache)
|
||||
|
||||
subcommands:
|
||||
|
||||
--- build
|
||||
|
@ -104,6 +106,7 @@ hwylCli:
|
|||
flags:
|
||||
^[yes]
|
||||
preview:
|
||||
- p
|
||||
T bool
|
||||
? "show preview and exit"
|
||||
run:
|
||||
|
|
Loading…
Reference in a new issue