NyCustomCommand constructor

NyCustomCommand(
  1. List<String> arguments
)

Creates a new command with the given arguments.

Implementation

NyCustomCommand(this.arguments) {
  CommandBuilder commandBuilder = CommandBuilder();
  _builder = builder(commandBuilder);
}