Interface ICommandParser
An abstraction to parse the raw command string and extract Command.
public interface ICommandParser
Methods
ParseCommandAsync(CommandContext)
Extracts Command asynchronously.
Task ParseCommandAsync(CommandContext context)
Parameters
context
CommandContextThe option extraction context.