Bldr\Block\Core\Command\RunCommand::configure PHP Method

configure() protected method

{@inheritDoc}
protected configure ( )
    protected function configure()
    {
        $this->setName('run')->setDescription("Runs the project for the directory you are in. Must contain a config file.")->addArgument('profile', InputArgument::OPTIONAL, 'Profile to run')->setHelp(<<<EOF

The <info>%command.name%</info> builds the current project, using the config file in the root directory.

To use:

    <info>\$ bldr %command.name% <profile_name></info>

EOF
);
    }