Skip to content

Commit

Permalink
feat: enable interactive password input (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcScheib committed Sep 24, 2023
1 parent e70ded7 commit 976614a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public class KeycloakOptions {
String username = "";
@CommandLine.Option(required = true, names = { "-p", "--password" },
description = "Password of the admin user that is used for configuration.",
scope = CommandLine.ScopeType.INHERIT)
scope = CommandLine.ScopeType.INHERIT, arity = "0..1", interactive = true)
String password = "";
}

0 comments on commit 976614a

Please sign in to comment.