行为 - 当 运行 脚本时出现 format=plainb 错误

Behave - format=plainb error when running scripts

我是新手。我正在尝试使用“ behave --no-capture -f plainb ”执行脚本,但出现以下错误。

usage: behave [options] [ [DIR|FILE|FILE:LINE] ]+
behave: error: format=plainb is unknown

但是,如果我 运行 使用 behave 脚本,脚本就会被执行。我想 运行 使用上面的代码编写脚本,因为我想在终端中查看输出以验证一些事情是否按预期工作。

谁能解释一下为什么我会遇到这个问题。

正确的命令是:

behave --no-capture -f plain

一些有用的细节:

behave --format help