clear method

dynamic clear()

clear all commands in command list

Implementation

clear() {
  this._commands.clear();
}