execute function

void execute(
  1. BosunCommand command,
  2. List<String> args
)

Implementation

void execute(BosunCommand command, List<String> args) =>
    CommandExecutor.execute(CommandParser.parse(command, args));