addOption( $name, '', false, true ); } # No help, it would just be misleading since it misses custom options unset( $this->mParams['help'] ); } public function execute() { global $args, $options; $args = $this->mArgs; $options = $this->mOptions; } } $maintClass = 'CommandLineInc'; require( DO_MAINTENANCE );