Kirby\Cli\Command\Make\User::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('make:user')->setDescription('Creates a new user account')->addOption('username', 'u', InputOption::VALUE_REQUIRED, 'Sets the username for the new account')->addOption('password', 'p', InputOption::VALUE_REQUIRED, 'Sets the password for the new account')->addOption('email', 'e', InputOption::VALUE_OPTIONAL, 'Sets the email address for the new account');
    }