'Configuration file', 'format|f-s' => 'Output format, html or confluence (default:html)', //HTML 'destination|d-s' => 'Destination folder, relative to the working directory (default:static)', ]; $options = new \Todaymade\Daux\Generator\Getopt($rules, $argv); $default = [ 'config' => null, 'format' => 'html', 'destination' => null, ]; $generator = new \Todaymade\Daux\Generator\Generator(); $generator->generate($options->getOptions() + $default);