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
|
- r
|
||||||
[yes]
|
[yes]
|
||||||
yes:
|
yes:
|
||||||
|
- y
|
||||||
T bool
|
T bool
|
||||||
? "skip all confirmation prompts"
|
? "skip all confirmation prompts"
|
||||||
[minimal]
|
[minimal]
|
||||||
|
@ -38,6 +39,7 @@ hwylCli:
|
||||||
preSub:
|
preSub:
|
||||||
setupLoggers(debug)
|
setupLoggers(debug)
|
||||||
updateContext(host, flake, debug, resetCache)
|
updateContext(host, flake, debug, resetCache)
|
||||||
|
|
||||||
subcommands:
|
subcommands:
|
||||||
|
|
||||||
--- build
|
--- build
|
||||||
|
@ -104,6 +106,7 @@ hwylCli:
|
||||||
flags:
|
flags:
|
||||||
^[yes]
|
^[yes]
|
||||||
preview:
|
preview:
|
||||||
|
- p
|
||||||
T bool
|
T bool
|
||||||
? "show preview and exit"
|
? "show preview and exit"
|
||||||
run:
|
run:
|
||||||
|
@ -116,4 +119,4 @@ hwylCli:
|
||||||
if yes or confirm("Proceed with system update?"):
|
if yes or confirm("Proceed with system update?"):
|
||||||
updateRepo()
|
updateRepo()
|
||||||
nixosRebuild("switch")
|
nixosRebuild("switch")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue