public clientSupportsCommand()

in src/clientHandler.ts [131:133]


  public clientSupportsCommand(cmdName: string): boolean {
    return this.commands.includes(cmdName);
  }