Skip to content

Commit 0d1b811

Browse files
committed
update example
1 parent b410abb commit 0d1b811

3 files changed

Lines changed: 3565 additions & 2 deletions

File tree

examples/simple/BUILD.bazel

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ aquery_git_diff(
99

1010
aquery_diff(
1111
name = "diff",
12-
after = "after.pbtext",
13-
before = "before.pbtext",
12+
# bazel aquery //cmd/aquerydiff:aquerydiff_darwin_amd64 --output textproto > examples/simple/before.textproto
13+
after = "after.textproto",
14+
# bazel aquery //cmd/aquerydiff:aquerydiff_linux_amd64 --output textproto > examples/simple/after.textproto
15+
before = "before.textproto",
16+
match = "mnemonic",
17+
unidiff = True,
1418
)

0 commit comments

Comments
 (0)