Add -h --help aliases for help

This commit is contained in:
2024-03-01 22:39:02 +01:00
parent 4f0e7262ce
commit 9027f28065
15 changed files with 32 additions and 13 deletions

View File

@@ -9,6 +9,8 @@ public class HelpCommand : ICommand
public string CommandString => "help";
public string[] CommandAliases { get; } = ["--help", "-h"];
public HelpCommand(
IServiceProvider serviceProvider,
ILogger<HelpCommand> logger