Tectil.NCommand.ConsoleExample |
Tectil.NCommand.Contract |
Tectil.NCommand.ExecutionFlows |
Tectil.NCommand.Test |
Tectil.NCommand.Utilities |
Name | Description |
---|---|
CommandLookup | Command lookup through reflection. Searching for methods with CommandAttribute. |
CommandMapper | Mapps arguments to parameters |
CommandParser | Parses as string and constructs an expression tree. |
CommandRunner | Entrypoint to run a command. |
ConsoleUtility | Utility functions for console |
NCommands | Entry point for NCommand clients (eg. NCommand.Console) |
NCommandsConsole | Starting point for your console. |