DebugKit\Shell\WhitespaceShell::getOptionParser PHP Method

getOptionParser() public method

get the option parser
public getOptionParser ( ) : Cake\Console\ConsoleOptionParser
return Cake\Console\ConsoleOptionParser
    public function getOptionParser()
    {
        $parser = parent::getOptionParser();
        return $parser->addOption('path', ['short' => 'p', 'help' => __d('cake_console', 'Absolute path or relative to APP.')]);
    }