SubCommand.execute(context: Context,argumentValues: ArgumentValues,): Promise<void>
Execute the command.
argumentValues: ArgumentValues
the argument values for the command. This may be empty if the command's Option and Positional instances are all optional and no argument values were provided.