From 44e46b836a580c2fe3e96f39f4c6e02516ca4a0b Mon Sep 17 00:00:00 2001
From: leba
Includes names of the action inputs and outputs in the output (potentially large).
--include_artifacts, default=true
--include_aspects, default=false
--include_aspects, default=true
Whether to include Aspect-generated actions in the output. diff --git a/src/main/java/com/google/devtools/build/lib/query2/common/CommonQueryOptions.java b/src/main/java/com/google/devtools/build/lib/query2/common/CommonQueryOptions.java index 63111a36162eea..27c0108d64ad41 100644 --- a/src/main/java/com/google/devtools/build/lib/query2/common/CommonQueryOptions.java +++ b/src/main/java/com/google/devtools/build/lib/query2/common/CommonQueryOptions.java @@ -128,7 +128,7 @@ public String getLineTerminator() { @Option( name = "include_aspects", - defaultValue = "false", + defaultValue = "true", documentationCategory = OptionDocumentationCategory.QUERY, effectTags = {OptionEffectTag.TERMINAL_OUTPUT}, help =