We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daa03e8 + ff463e3 commit 587d6b9Copy full SHA for 587d6b9
cmd/troubleshoot/cli/root.go
@@ -15,6 +15,7 @@ import (
15
func RootCmd() *cobra.Command {
16
cmd := &cobra.Command{
17
Use: "troubleshoot [url]",
18
+ Args: cobra.MinimumNArgs(1),
19
Short: "Generate and manage support bundles",
20
Long: `A support bundle is an archive of files, output, metrics and state
21
from a server that can be used to assist when troubleshooting a server.`,
0 commit comments