CommandLineHandler.prepareCommand

Get an instance of the requested command after the args are sent.

It uses getCommand to get the command instance and then calls prepare.

struct CommandLineHandler
prepareCommand

Parameters

name string

the command name

args CommandArgs

the command arguments

Return Value

Type: Command

Returns the command instance if it exists, null otherwise

Meta