jaster.cli.commandparser

Contains a type that can parse data into a command.

Members

Structs

CommandParser
struct CommandParser(alias CommandT, alias ArgBinderInstance = ArgBinder!())

A type that can parse an argument list into a command.

Meta