Sort diag commands
This commit is contained in:
@@ -60,6 +60,7 @@ public class DiagCommand : ICommand
|
||||
var commands = diagnosticHelpers
|
||||
.Select(h => GetDiagnosticHelper(h)?.Command)
|
||||
.OfType<string>()
|
||||
.Order()
|
||||
.ToList();
|
||||
|
||||
_logger.LogInformation("Available diagnostic helpers:");
|
||||
|
||||
Reference in New Issue
Block a user