N98\Magento\Command\Developer\Translate\SetCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('dev:translate:set')->addArgument('string', InputArgument::REQUIRED, 'String to translate')->addArgument('translate', InputArgument::REQUIRED, 'Translated string')->addArgument('store', InputArgument::OPTIONAL)->setDescription('Adds a translation to core_translate table. <comment>Globally for locale</comment>');
    }