We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
canonicalize-flags
1 parent 36d228b commit 3e6e975Copy full SHA for 3e6e975
src/main/java/com/google/devtools/build/lib/runtime/commands/CanonicalizeCommand.java
@@ -50,8 +50,8 @@
50
@Command(
51
name = "canonicalize-flags",
52
options = {CanonicalizeCommand.Options.class, PackageOptions.class},
53
- // inherits from query to get proper package loading options.
54
- inherits = {QueryCommand.class},
+ // inherits from build to get proper package loading options and rc flag aliases.
+ inherits = {BuildCommand.class},
55
allowResidue = true,
56
mustRunInWorkspace = false,
57
shortDescription = "Canonicalizes a list of %{product} options.",
0 commit comments