Add -h --help aliases for help
This commit is contained in:
@@ -2,6 +2,7 @@ namespace Alma.Command;
|
||||
|
||||
public interface ICommand
|
||||
{
|
||||
public string CommandString { get; }
|
||||
public Task Run(List<string> parameters);
|
||||
string CommandString { get; }
|
||||
string[] CommandAliases { get; }
|
||||
Task Run(List<string> parameters);
|
||||
}
|
||||
Reference in New Issue
Block a user