MageConfigSync\Command\LoadCommand::configure PHP Méthode

configure() protected méthode

protected configure ( )
    protected function configure()
    {
        $this->setName('load')->setDescription('Import configuration from a file into Magento.')->addArgument('config-yaml-file', InputArgument::REQUIRED, 'The YAML file containing the configuration settings.')->addOption('magento-root', null, InputArgument::OPTIONAL, 'The Magento root directory, defaults to current working directory.', getcwd())->addOption('env', null, InputArgument::OPTIONAL, 'Environment to import.  If one is not provided, no environment will be used.');
    }