elasticsearch/distribution/tools/plugin-cli
Tim Vernum 3681240b98
In MultiCommand, show command list when required (#75993)
A MultiCommand requires that a (sub)command is provided for each
execution. Previously, the error handling for MultiCommand would
simply state "ERROR: Missing command" but give no assistance about
what commands were accepted. The user was required to pass "-help" in
order to get the command list.

This commit changes the behaviour so that the list of commands is
printed after the error message.
2021-08-09 18:27:38 +10:00
..
licenses Refactor plugin CLI commands (#75259) 2021-07-28 12:43:54 +01:00
src In MultiCommand, show command list when required (#75993) 2021-08-09 18:27:38 +10:00
build.gradle Refactor plugin CLI commands (#75259) 2021-07-28 12:43:54 +01:00