Interface IConsoleCommandRegistry
Namespace: ReadyM.Api.Command
Assembly: ReadyM.Api.dll
public interface IConsoleCommandRegistry
Methodsâ
AddCommand(string, ConsoleCommand, IEnumerable<string>?)â
void AddCommand(string commandName, ConsoleCommand command, IEnumerable<string>? availableFirstParams = null)
Parametersâ
commandName string
command ConsoleCommand
availableFirstParams IEnumerable<string>?
HasCommand(string)â
bool HasCommand(string commandName)
Parametersâ
commandName string