'h', 'longPrefix' => 'help', 'description' => 'Prints a help statement' ]; } /** * @return array */ protected function provideOptions() { return [ 'dryRun' => [ 'longPrefix' => 'dryRun', 'required' => false, 'description' => 'dry run', 'defaultValue' => 0 ], 'useLocal' => [ 'longPrefix' => 'useLocal', 'description' => 'Use Local Namespace', 'required' => false, 'defaultValue' => 1 ] ]; } }