diff --git a/cmd/troubleshoot/cli/root.go b/cmd/troubleshoot/cli/root.go index a59de73f..a11309bc 100644 --- a/cmd/troubleshoot/cli/root.go +++ b/cmd/troubleshoot/cli/root.go @@ -15,6 +15,7 @@ import ( func RootCmd() *cobra.Command { cmd := &cobra.Command{ Use: "troubleshoot [url]", + Args: cobra.MinimumNArgs(1), Short: "Generate and manage support bundles", Long: `A support bundle is an archive of files, output, metrics and state from a server that can be used to assist when troubleshooting a server.`,