Skip to content

Commit

Permalink
chore: update docs for cquery --output=files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Sep 22, 2023
1 parent b3414e8 commit fb44d5c
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 fb44d5c

Please sign in to comment.