push method

T push(
  1. Arg command
)
inherited

Implementation

Self push(Arg<dynamic> command) {
  commander().pushArg(command);
  return this as Self;
}