getGlobalCommands method

List<CommandBuilder> getGlobalCommands()

Implementation

List<CommandBuilder> getGlobalCommands () {
  return _commands.values.where((element) => element.scope?.mode == Scope.global.mode).toList();
}