Added Help Command and allowed empty collection instead of null for aliases in IDbCommand

This commit is contained in:
2025-04-28 12:08:24 +03:00
parent 7106a928d6
commit 16b6e42a97
4 changed files with 84 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ public interface IDbCommand
/// <summary>
/// Command aliases. Users may use this to execute the command
/// </summary>
List<string>? Aliases { get; }
List<string> Aliases { get; }
/// <summary>
/// Command description