Add async application and commands API
* Add IAsyncApplication and AsyncApplication with RunAsync methods * Extract IApplication interface from Application * Move ArgsInput.Bind method to IInput interface * Simplify Application.Run implementation
Showing
Terminal/AsyncApplication.cs
0 → 100644
Terminal/IApplication.cs
0 → 100644
Please register or sign in to comment