N98\Magento\Command\Admin\User\ChangePasswordCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('admin:user:change-password')->addArgument('username', InputArgument::OPTIONAL, 'Username')->addArgument('password', InputArgument::OPTIONAL, 'Password')->setDescription('Changes the password of a adminhtml user.');
    }
ChangePasswordCommand