自定义--config选项显示在“bazel help <command />”中

时间:2018-02-06 00:37:48

标签: bazel

如果我在.bazelrc中定义了一个自定义--config选项,例如

# My custom config
build:my_config --define my_setting=true
build:my_config --define my_other_setting=true

有没有办法让它出现在“bazel help build”或其他命令中。最好使用某种自定义帮助文本。我认为这对于跟踪构建选项是一个很好的功能。特别是,由于像tensorflow这样的一些项目,想要创建.bazelrc配置,甚至作为外部依赖。

1 个答案:

答案 0 :(得分:0)

  

有没有办法让它出现在“bazel help build”或其他命令

不,不幸的是Bazel没有这样的功能。