Interface ICommandParser
An abstraction to extract a Command.
public interface ICommandParser
Methods
ParseCommandAsync(CommandParserContext)
Extracts Command asynchronously.
Task<CommandParserResult> ParseCommandAsync(CommandParserContext context)
Parameters
context
CommandParserContextThe option extraction context.
Returns
- Task<CommandParserResult>
The CommandParserResult instance.