Skip to content

Commit

Permalink
Make --include_aspect the default behavior for aquery.
Browse files Browse the repository at this point in the history
From various user feedbacks, we've found that more often than not, aspect-generated actions should be included in the final result.

RELNOTES: None
PiperOrigin-RevId: 351315949
  • Loading branch information
joeleba authored and copybara-github committed Jan 12, 2021
1 parent 9d1c59b commit 44e46b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/docs/aquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h4><code class='flag'>--include_artifacts, default=true</code></h4>
Includes names of the action inputs and outputs in the output (potentially large).
</p>

<h4><code class='flag'>--include_aspects, default=false</code></h4>
<h4><code class='flag'>--include_aspects, default=true</code></h4>

<p>
Whether to include Aspect-generated actions in the output.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public String getLineTerminator() {

@Option(
name = "include_aspects",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.QUERY,
effectTags = {OptionEffectTag.TERMINAL_OUTPUT},
help =
Expand Down

0 comments on commit 44e46b8

Please sign in to comment.