Command
addArgument(string $name, int $mode = null, string $description = '', mixed $default = null)
Adds an argument.
Parameters string $name The argument name int $mode The argument mode: InputArgument::REQUIRED or InputArgument::OPTIONAL string $description A description text mixed $default The default value (for InputArgument::OPTIONAL mode only) Return Value Command The current instance