Start() in IProgram has been renamed to Run()

- Run() loop in the shell is now wrapped in a try-catch statement.
- Added Github CI
- Removed OSConsts and TermConsts
- Programs can now access the programs dictionary directly from the shell
This commit is contained in:
Tony Bark 2021-03-31 00:10:38 -04:00
parent d1ccfad2ae
commit 4f0863f429
16 changed files with 149 additions and 93 deletions

View file

@ -1,9 +0,0 @@
// I license this project under the GPL 3.0 license.
// See the LICENSE file in the project root for more information.
namespace Tomas.Interface.Shell
{
public interface IShell
{
string ReadLine { get; }
}
}