wwctl clean accepts no positional arguments
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -15,6 +15,7 @@ func GetCommand() *cobra.Command {
|
||||
Short: "Clean up",
|
||||
Long: "This command cleans the OCI cache and removes leftovers from deleted nodes",
|
||||
RunE: CobraRunE(&vars),
|
||||
Args: cobra.ExactArgs(0),
|
||||
}
|
||||
return baseCmd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user