N98\Magento\Command\Developer\Setup\Script\AttributeCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('dev:setup:script:attribute')->addArgument('entityType', InputArgument::REQUIRED, 'Entity Type Code like catalog_product')->addArgument('attributeCode', InputArgument::REQUIRED, 'Attribute Code')->setDescription('Creates attribute script for a given attribute code');
    }