JonathanTorres\Construct\Commands\InteractiveCommand::configure PHP Method

configure() protected method

Command configuration.
protected configure ( ) : void
return void
    protected function configure()
    {
        $this->setName('generate:interactive');
        $this->setDescription('Generate a basic PHP project/micro-package based on a series of questions.');
    }