mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 15:04:18 -06:00
fix oizys cli
This commit is contained in:
parent
133ddc761f
commit
ad4004ce5b
1 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue