/**
  * Get all the arguments of this environment
  * @return array
  */
 public function getArguments()
 {
     return $this->cli->getArguments();
 }