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 ef29348 commit 9a87ce1Copy full SHA for 9a87ce1
cmd/influxd/downgrade/downgrade.go
@@ -75,7 +75,7 @@ influxd binary to boot successfully.
75
The target version of the downgrade must be specified, i.e. "influxd downgrade 2.0".
76
`,
77
ValidArgs: validDowngradeTargets,
78
- Args: cobra.ExactValidArgs(1),
+ Args: cobra.MatchAll(cobra.ExactArgs(1), cobra.OnlyValidArgs),
79
RunE: func(cmd *cobra.Command, args []string) error {
80
logconf := &influxlogger.Config{
81
Format: "auto",
0 commit comments