From 22df5cc340977517f397c75a9022e4f4080a8bbd Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 3 Dec 2023 12:19:39 +0300 Subject: [PATCH] Add completer --- rebuild.nu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebuild.nu b/rebuild.nu index 08b6117..9eee6c8 100755 --- a/rebuild.nu +++ b/rebuild.nu @@ -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