another example is to print the target def ```# ./...
# general
w
another example is to print the target def
Copy code
# ./pants -q buildozer --command='print rule' //examples/tests/java/org/pantsbuild/example/useantlr:antlr3_test
junit_tests(
    name = "antlr3_test",
    sources = ["Antlr3Test.java"],
    dependencies = [
        "3rdparty:junit",
        "examples/src/java/org/pantsbuild/example/antlr3",
    ],
    strict_deps = False,
)