fix oizys cli

This commit is contained in:
Daylin Morgan 2025-01-26 14:53:48 -06:00
parent 133ddc761f
commit ad4004ce5b
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -16,11 +16,9 @@ hwylCli:
flake: flake:
T string T string
? "path/to/flake" ? "path/to/flake"
* getFlake()
host: host:
T seq[string] T seq[string]
? "host(s) to build" ? "host(s) to build"
* getHosts()
verbose: verbose:
T Count T Count
? "increase verbosity (up to 2)" ? "increase verbosity (up to 2)"
@ -37,7 +35,6 @@ hwylCli:
- m - m
preSub: preSub:
setupLoggers() setupLoggers()
echo "ORIGINAL UPDATE CONTEXT"
updateContext(host, flake, verbose, resetCache) updateContext(host, flake, verbose, resetCache)
subcommands: subcommands: