Behat\Behat\Context\Cli\ContextSnippetsController::configure PHP Method

configure() public method

public configure ( Command $command )
$command Symfony\Component\Console\Command\Command
    public function configure(SymfonyCommand $command)
    {
        $command->addOption('--snippets-for', null, InputOption::VALUE_OPTIONAL, "Specifies which context class to generate snippets for.")->addOption('--snippets-type', null, InputOption::VALUE_REQUIRED, "Specifies which type of snippets (turnip, regex) to generate.");
    }
ContextSnippetsController