Initial commit
Features * Simple Application class as the entry point into a terminal application * Abstract Command class that can be extend and configure itself to accept arguments/options * Arguments/options framework in order to define and validate command line arguments and options
Showing
.gitignore
0 → 100644
Terminal/Application.cs
0 → 100644
Terminal/Commands/Command.cs
0 → 100644
Terminal/IO/ArgsInput.cs
0 → 100644
Terminal/IO/ConsoleOutput.cs
0 → 100644