addSubcommand method

void addSubcommand(
  1. SubCommandBuilder builder
)

Implementation

void addSubcommand (SubCommandBuilder builder) {
  _subcommands.add(builder);
}