command property

String get command

The name of the command that was executed.

Implementation

String get command {
  return args[0];
}