Skip to content

Commit

Permalink
Properly detect unexpected arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
twinguy committed Jan 21, 2024
1 parent 33e9a89 commit 21c4c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/flux/uninstall.go
Expand Up @@ -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
Expand Down

0 comments on commit 21c4c2a

Please sign in to comment.