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.
1 parent daa03e8 commit ff463e3Copy full SHA for ff463e3
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