registerCommand()

in lib/cli.js [85:88]


  registerCommand(Command) {
    const cmd = new Command(this);
    this.commands.set(cmd.name, cmd);
  }