StackFormation\Command\Stack\ObserveCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('stack:observe')->setDescription('Observe stack progress')->addOption('deleteOnTerminate', null, InputOption::VALUE_NONE, 'Delete current stack if StackFormation received SIGTERM (e.g. Jenkins job abort) or SIGINT (e.g. CTRL+C)');
    }