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 592f1cd commit 5a5631aCopy full SHA for 5a5631a
cmd/godog/internal/cmd_root.go
@@ -1,12 +1,9 @@
1
package internal
2
3
import (
4
- "fmt"
5
-
6
"github.com/spf13/cobra"
7
"github.com/spf13/pflag"
8
9
- "github.com/cucumber/godog/colors"
10
"github.com/cucumber/godog/internal/flags"
11
)
12
@@ -44,8 +41,6 @@ func runRootCmd(cmd *cobra.Command, args []string) error {
44
41
}
45
42
46
43
47
- fmt.Println(colors.Yellow("Use of godog CLI is deprecated, please use *testing.T instead."))
48
- fmt.Println(colors.Yellow("See https://github.com/cucumber/godog/discussions/478 for details."))
49
return runCmdRunFunc(cmd, args)
50
51
0 commit comments