mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +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
|
||||
|
||||
def complete [] {
|
||||
ls machines
|
||||
}
|
||||
|
||||
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.
|
||||
] {
|
||||
mut machine_ = $machine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue