Chrisbjr\ApiGuard\Console\Commands\DeleteApiKeyCommand::getOptions PHP Method

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return array(array('api-key', null, InputOption::VALUE_REQUIRED, 'The API key to delete.', null));
    }