Explicitly enforce the number or arguments accepted by some wwctl subcommands. #1717
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -13,6 +13,7 @@ var (
|
||||
Long: "This command builds overlays for given nodes.",
|
||||
RunE: CobraRunE,
|
||||
ValidArgsFunction: completions.Nodes,
|
||||
Args: cobra.ArbitraryArgs,
|
||||
}
|
||||
OverlayNames []string
|
||||
OverlayDir string
|
||||
|
||||
Reference in New Issue
Block a user