Sort diag commands

This commit is contained in:
2023-07-17 18:21:28 +02:00
parent d7043e1107
commit 954d26f4eb

View File

@@ -60,6 +60,7 @@ public class DiagCommand : ICommand
var commands = diagnosticHelpers var commands = diagnosticHelpers
.Select(h => GetDiagnosticHelper(h)?.Command) .Select(h => GetDiagnosticHelper(h)?.Command)
.OfType<string>() .OfType<string>()
.Order()
.ToList(); .ToList();
_logger.LogInformation("Available diagnostic helpers:"); _logger.LogInformation("Available diagnostic helpers:");