aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/HelpCommand.java
Commit message (Expand)AuthorAge
* 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