Properly detect unexpected arguments

Signed-off-by: Kenny Meador <kenny.meador@outlook.com>
pull/4553/head
Kenny Meador 12 months ago
parent 33e9a89305
commit 145fd1c2f2
No known key found for this signature in database
GPG Key ID: 2F468453358294C4

@ -30,6 +30,7 @@ import (
var uninstallCmd = &cobra.Command{
Use: "uninstall",
Args: cobra.NoArgs,
Short: "Uninstall Flux and its custom resource definitions",
Long: `The uninstall command removes the Flux components and the toolkit.fluxcd.io resources from the cluster.`,
Example: ` # Uninstall Flux components, its custom resources and namespace

Loading…
Cancel
Save