Table of Contents

Interface ICommandParser

Namespace
OneImlx.Terminal.Commands.Parsers
Assembly
OneImlx.Terminal.dll

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 CommandContext

The option extraction context.

Returns

Task