register method

void register(
  1. CommandBuilder builder
)

Implementation

void register(CommandBuilder builder) {
  command = builder;
}