aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/HelpCommand.java
Commit message (Expand)AuthorAge
* Remove INTERNAL flags from help flags-as-proto.Gravatar mstaib2018-04-26
* Remove old option categorization from the help output.Gravatar ccalvarin2018-03-27
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Use the new option categories by defaultGravatar ccalvarin2018-01-22
* Add new option categorization and tagging information to HelpCommand's output.Gravatar ccalvarin2017-09-27
* Document the options in smaller commands.Gravatar ccalvarin2017-09-20
* Introduce "bazel help flags-as-proto" to print information about supported fl...Gravatar fwe2017-09-14
* Remove the product name from ConfiguredRuleClassProvider.Gravatar jmmv2017-09-07
* Refactor HelpCommand by applying the visitor pattern to iterate over Bazel op...Gravatar fwe2017-09-01
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Drop BlazeModule.getOptionCategories, it's never used.Gravatar Ulf Adams2016-08-19
* Change expansion for help --long/short to render more nicely.Gravatar Ulf Adams2016-06-30
* Simplify RuleClassProvider; it kept two identical lists for no purpose.Gravatar Ulf Adams2016-06-23
* Split BlazeModule.getCommandOptions into two; unify all implementations.Gravatar Ulf Adams2016-06-23
* The help command can now output html for the command-line reference page.Gravatar Ulf Adams2016-06-22
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Redesign InfoItem to use classes instead of the InfoKey enum. This way the In...Gravatar Luis Fernando Pino Duque2016-05-03
* Signal that the help command does not buildGravatar Klaus Aehlig2016-03-31
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Fix info-keys help output.Gravatar Thiago Farina2015-05-08
* Added an help command to dump all options for completionGravatar Damien Martin-Guillerez2015-04-10
* More blaze/bazel name cleanup in help messages.Gravatar Laurent Le Brun2015-03-05
* HelpCommand: Display the correct name (blaze/bazel).Gravatar Laurent Le Brun2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25