mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Add completer
This commit is contained in:
parent
df66feda17
commit
22df5cc340
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env nu
|
#!/usr/bin/env nu
|
||||||
|
|
||||||
def main [
|
def main [
|
||||||
machine: string = "" # The machine to build.
|
machine: string@"ls machines" = "" # The machine to build.
|
||||||
--no-trace: bool = false # 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