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

configure() protected method

Configure
protected configure ( )
    protected function configure()
    {
        $this->setName('admin:user:delete')->addArgument('id', InputArgument::OPTIONAL, 'Username or Email')->addOption('force', 'f', InputOption::VALUE_NONE, 'Force')->setDescription('Delete the account of a adminhtml user.');
    }
DeleteUserCommand