lastunicorn / ConsoleTools

A set of tools and "controls" for the .net Console.
GNU General Public License v3.0
73 stars 5 forks source link

Prompter - Add a CommandProcessor property to handle the command #20

Closed lastunicorn closed 6 years ago

lastunicorn commented 6 years ago

The CommandProcessor property must be of type ICliCommandProcessor. It should have a Process method that will be called immediately before raising the NewCommand event.

Update Wiki documentation.

lastunicorn commented 6 years ago

In the end, when the user types a command, I implemented the following steps: