/**
  * Get the console command arguments.
  */
 protected function getArguments()
 {
     return array_merge(array(array('task', InputArgument::REQUIRED, "The task's description.")), parent::getArguments());
 }