Simplify node, profile, and image completions
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -14,7 +14,7 @@ var (
|
||||
Aliases: []string{"remove", "rm", "del"},
|
||||
RunE: CobraRunE,
|
||||
Args: cobra.MinimumNArgs(1),
|
||||
ValidArgsFunction: completions.Profiles(0), // no limit
|
||||
ValidArgsFunction: completions.Profiles,
|
||||
}
|
||||
SetYes bool
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user