Add XML documentation across gateway, worker, and .NET client
This commit is contained in:
@@ -2,6 +2,9 @@ namespace MxGateway.Server.Security.Authentication;
|
||||
|
||||
public static class ApiKeyAdminCommandLineParser
|
||||
{
|
||||
/// <summary>Parses command-line arguments for the API key admin subcommand.</summary>
|
||||
/// <param name="args">Command-line arguments to parse.</param>
|
||||
/// <returns>Parse result containing the command kind and options, or a failure message.</returns>
|
||||
public static ApiKeyAdminParseResult Parse(IReadOnlyList<string> args)
|
||||
{
|
||||
if (args.Count == 0 || !string.Equals(args[0], "apikey", StringComparison.OrdinalIgnoreCase))
|
||||
|
||||
Reference in New Issue
Block a user