N98\Magento\Command\Customer\InfoCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('customer:info')->addArgument('email', InputArgument::OPTIONAL, 'Email')->addArgument('website', InputArgument::OPTIONAL, 'Website of the customer')->setDescription('Loads basic customer info by email address.');
    }