mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 11:04:17 -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:
|
||||
T string
|
||||
? "path/to/flake"
|
||||
* getFlake()
|
||||
host:
|
||||
T seq[string]
|
||||
? "host(s) to build"
|
||||
* getHosts()
|
||||
verbose:
|
||||
T Count
|
||||
? "increase verbosity (up to 2)"
|
||||
|
@ -37,7 +35,6 @@ hwylCli:
|
|||
- m
|
||||
preSub:
|
||||
setupLoggers()
|
||||
echo "ORIGINAL UPDATE CONTEXT"
|
||||
updateContext(host, flake, verbose, resetCache)
|
||||
|
||||
subcommands:
|
||||
|
|
Loading…
Reference in a new issue