Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.1.0
-
Fix Version/s: 0.1.0
-
Component/s: Techne.Console
-
Labels:None
Description
We need an initial implementation of the console which starts right from the main and provides an initial user interface.
we will start with a text interface (tui).
key aspects:
- shell independend from tui
- shell is context sensitive (command processor (tecne.cp) works in a certain context)

i just added the initial codework for techne.console and its dependecies:
The requires techne.runtime isn't mocked up yet. (we'll discuss)
regards,
Toni
- techne.cp: two interfaces: CPContext and Feedback
The requires techne.runtime isn't mocked up yet. (we'll discuss)
regards, Toni