buck audit

提供构建目标和输出的构建信息

buck audit input //java/com/example/app:amazing

Buck会输出给定目标的源代码路径。

参数

  • input <targets> 列出用来构建指定目标的输入的源代码和资源文件
  • classpath <targets> 列出用来构建指定目标的classpath,并不是对所有的构建类型有用。

Project Versions

Table Of Contents

Previous topic

命令

Next topic

buck build

This Page