Skip to content

Commit

Permalink
fix: fcli ssc role create: Allow comma-separated list of permission…
Browse files Browse the repository at this point in the history
… id's (fixes #190)
  • Loading branch information
rsenden committed Dec 14, 2022
1 parent 88d8886 commit 1426116
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class SSCRoleCreateCommand extends AbstractSSCOutputCommand implements IU
private Boolean allApplicationRole;

@Getter
@Option(names = {"-p", "--permission-id"})
@Option(names = {"-p", "--permission-id"}, split = ",")
private String[] permissionIds;

@Override
Expand Down

0 comments on commit 1426116

Please sign in to comment.