1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Add completer

This commit is contained in:
RGBCube 2023-12-03 12:19:39 +03:00
parent df66feda17
commit 22df5cc340
No known key found for this signature in database

View file

@ -1,8 +1,8 @@
#!/usr/bin/env nu
def main [
machine: string = "" # The machine to build.
--no-trace: bool = false # Wheter to not show the full trace.
machine: string@"ls machines" = "" # The machine to build.
--no-trace # Wheter to not show the full trace.
] {
mut machine_ = $machine