Sort diag commands
This commit is contained in:
@@ -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:");
|
||||||
|
|||||||
Reference in New Issue
Block a user