如果我在.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配置,甚至作为外部依赖。
答案 0 :(得分:0)
有没有办法让它出现在“bazel help build”或其他命令
中
不,不幸的是Bazel没有这样的功能。