public function getCliOptions($child_options = null)
 {
     if ($child_options != null) {
         $cli_options = $child_options + $this->cli_options__method;
     } else {
         $cli_options = $this->cli_options__method;
     }
     return parent::getCliOptions($cli_options);
 }