rawArgs property

List<String> get rawArgs

Implementation

List<String> get rawArgs {
  return arguments.arguments.slice(commandArgCount);
}