summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/help_command.ex
Commit message (Expand)AuthorAgeFilesLines
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-111-12/+3
* Re-categorize some rabbitmq-diagnostics commandsMichael Klishin2020-07-051-1/+1
* Make --help, help usage help messages consistentMichael Klishin2020-06-291-18/+38
* Drive by change: help command should be available in all scopesMichael Klishin2020-04-221-1/+1
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* Add erlang formatter function headsLuke Bakken2019-10-211-1/+1
* Recompile all regexes.Daniil Fedotov2019-05-071-3/+5
* Extract Core.ANSI from status and help commandsMichael Klishin2019-04-161-4/+2
* Clarify that not every command supports every formatterMichael Klishin2019-04-051-1/+2
* Rename functionMichael Klishin2019-03-311-2/+2
* Correctly format blank command descriptionMichael Klishin2019-03-261-1/+4
* A typoMichael Klishin2019-03-261-2/+2
* Recommend doc guides in --help for more commandsMichael Klishin2019-03-261-1/+1
* A way for commands to provide a list of relevant doc guidesMichael Klishin2019-03-261-0/+14
* Rework how command-specific options are displayed in helpMichael Klishin2019-03-261-8/+23
* URL CleanupSpring Operator2019-03-201-1/+1
* Reduce generic options section per discussion in #333Michael Klishin2019-03-191-21/+3
* Reduce general options sectionMichael Klishin2019-03-181-25/+9
* Document more command-specific arguments and switchesMichael Klishin2019-03-181-0/+5
* Global options: mention --formatter=pretty_tableMichael Klishin2019-03-171-1/+1
* Do not indent lines in usage_additionalMichael Klishin2019-03-171-3/+3
* Rework command-specific helpMichael Klishin2019-03-171-69/+91
* Help command descriptions, cosmeticsMichael Klishin2019-03-171-8/+11
* Correctly format management_agent and other multi-segment plugin namesMichael Klishin2019-03-161-1/+4
* New command group: replicationMichael Klishin2019-02-211-0/+3
* Improve formatting of protocol plugin help sectionsMichael Klishin2019-02-211-2/+26
* Combine virtual host management, limits, tracing into a single groupMichael Klishin2019-02-211-12/+8
* Command groups: naming, rearrangingMichael Klishin2019-02-211-19/+19
* Support custom help sections.Daniil Fedotov2019-02-141-3/+5
* Formatting of the help messageDaniil Fedotov2019-02-141-6/+10
* Make help sections and descriptions similar to man page.Daniil Fedotov2019-02-141-9/+19
* Cleanup help command. Support plugin sections in command list.Daniil Fedotov2019-02-111-104/+61
* More command descriptions.Daniil Fedotov2019-02-081-1/+1
* A new way to display basic usage.Daniil Fedotov2019-02-081-36/+131
* Reuse existing modules more, rearrange functionsMichael Klishin2019-02-041-5/+5
* Help message copywritingMichael Klishin2019-01-311-2/+2
* Mention --help in the global option sectionMichael Klishin2019-01-311-0/+1
* Make it possible to get command help by typing 'rabbitmqctl mycommand --help'Daniil Fedotov2019-01-301-6/+8
* Format with `gmake format`Michael Klishin2019-01-301-54/+79
* RefactoringMichael Klishin2019-01-231-1/+1
* Update (c) yearMichael Klishin2019-01-201-1/+1
* Document --no-table-headersLuke Bakken2018-11-191-4/+12
* Reduce code footprint on aliasesAyanda Dube2018-07-231-3/+1
* Whitespace changesLuke Bakken2018-03-081-1/+1
* Show timeout in help messages only for commands supporting timeout.Daniil Fedotov2018-03-071-47/+54
* Do not show timeout option for rabbitmq-plugins tool.Daniil Fedotov2018-03-071-27/+31
* Optimise some commands by not starting erlang distributionDaniil Fedotov2017-12-071-0/+2
* Remove -l alias from help_command. It iss conflicting with default aliasDaniil Fedotov2017-08-181-1/+0
* Support Elixir-1.5.0-rc.0Daniil Fedotov2017-06-261-3/+2