mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Fix completer
This commit is contained in:
parent
e167c519df
commit
16a47152fd
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
||||||
#!/usr/bin/env nu
|
#!/usr/bin/env nu
|
||||||
|
|
||||||
|
def complete [] {
|
||||||
|
ls machines
|
||||||
|
}
|
||||||
|
|
||||||
def main [
|
def main [
|
||||||
machine: string@"ls machines" = "" # The machine to build.
|
machine: string@complete = "" # The machine to build.
|
||||||
--no-trace # Wheter to not show the full trace.
|
--no-trace # Wheter to not show the full trace.
|
||||||
] {
|
] {
|
||||||
mut machine_ = $machine
|
mut machine_ = $machine
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue