Remove duplicate warning message (#590)
Этот коммит содержится в:
родитель
592f1cdb71
коммит
5a5631a758
1 изменённых файлов: 0 добавлений и 5 удалений
|
@ -1,12 +1,9 @@
|
|||
package internal
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/pflag"
|
||||
|
||||
"github.com/cucumber/godog/colors"
|
||||
"github.com/cucumber/godog/internal/flags"
|
||||
)
|
||||
|
||||
|
@ -44,8 +41,6 @@ func runRootCmd(cmd *cobra.Command, args []string) error {
|
|||
}
|
||||
}
|
||||
|
||||
fmt.Println(colors.Yellow("Use of godog CLI is deprecated, please use *testing.T instead."))
|
||||
fmt.Println(colors.Yellow("See https://github.com/cucumber/godog/discussions/478 for details."))
|
||||
return runCmdRunFunc(cmd, args)
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче