Skip to content

Commit

Permalink
chore: update docs for cquery --output=files (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Sep 25, 2023
1 parent 0fc9749 commit ce5d8a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cpp-tutorial/stage1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@ is a useful technique for use in scripts, where you do not want to parse the
`bazel build` output.

```
bazel cquery --output=starlark \
--starlark:expr="' '.join([f.path for f in target.files.to_list()])" \
//main:hello-world
bazel cquery --output=files //main:hello-world
```

0 comments on commit ce5d8a6

Please sign in to comment.