Simplify node, profile, and image completions
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -14,7 +14,7 @@ var (
|
||||
Short: "(Re)build node overlays",
|
||||
Long: "This command builds overlays for given nodes.",
|
||||
RunE: CobraRunE,
|
||||
ValidArgsFunction: completions.Nodes(0), // no limit
|
||||
ValidArgsFunction: completions.Nodes,
|
||||
}
|
||||
OverlayNames []string
|
||||
OverlayDir string
|
||||
|
||||
Reference in New Issue
Block a user