AwsInspector\Command\Profile\DisableCommand::configure PHP Méthode

configure() protected méthode

protected configure ( )
    protected function configure()
    {
        $this->setName('profile:disable')->setDescription('Disable current profile');
    }
DisableCommand