Class SelectCommand
java.lang.Object
software.amazon.smithy.cli.commands.SelectCommand
- All Implemented Interfaces:
Command
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(Arguments arguments, ClassLoader classLoader) Executes the command using the provided arguments.getHelp()
Gets details help for the command.getName()
Gets the name of the command.Gets the parser of the command.Gets a short summary of the command that's shown in the main help.
-
Constructor Details
-
SelectCommand
public SelectCommand()
-
-
Method Details
-
getName
Description copied from interface:Command
Gets the name of the command.The returned name should contain no spaces or special characters.
-
getSummary
Description copied from interface:Command
Gets a short summary of the command that's shown in the main help.- Specified by:
getSummary
in interfaceCommand
- Returns:
- Returns the short help description.
-
getHelp
Description copied from interface:Command
Gets details help for the command.Returning an empty string omits detailed help.
-
getParser
Description copied from interface:Command
Gets the parser of the command. -
execute
Description copied from interface:Command
Executes the command using the provided arguments.
-