wwctl image completions and arguments
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -14,7 +14,7 @@ var (
|
||||
Long: "This command lists the kernels that are available in the imported images.",
|
||||
RunE: CobraRunE,
|
||||
Aliases: []string{"kernel"},
|
||||
ValidArgsFunction: completions.Images,
|
||||
ValidArgsFunction: completions.Images(0), // no limit
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user