SatisAdmin\Console\AddUserCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('user:add')->setDescription('Adds a new user')->addArgument('username', InputArgument::REQUIRED, 'The username')->addArgument('password', InputArgument::REQUIRED, 'The password');
    }
AddUserCommand