Skip to content

Commit

Permalink
Updated Command List (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Annonator committed Feb 21, 2022
1 parent c67cf31 commit 3c2647c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ public override int Execute([NotNull] CommandContext context, [NotNull] PolicySe

table.AddRow("[green]AllowCustomLogin[/]", "This allows you to enable client login with CustomId");
table.AddRow("[green]DenyCustomLogin[/]", "This will block client from login in with CustomId");
table.AddRow("[green]AllowLinkingCustomId[/]", "This will allow a client linking a CustomId as authentication");
table.AddRow("[green]DenyLinkingCustomId[/]", "This will block client from linking a CustomId as authentication");


AnsiConsole.Write(table);

Expand Down

0 comments on commit 3c2647c

Please sign in to comment.