C# Class Simple.Generator.Console.ConsoleCommandReader

Show file Open project: juanplopes/simple

Public Methods

Method Description
ConsoleCommandReader ( ContextBase context, bool safe ) : System
Run ( IEnumerable args ) : void

Private Methods

Method Description
CheckRetry ( string command ) : bool
ReadCommand ( string &command ) : bool

Method Details

ConsoleCommandReader() public method

public ConsoleCommandReader ( ContextBase context, bool safe ) : System
context ContextBase
safe bool
return System

Run() public method

public Run ( IEnumerable args ) : void
args IEnumerable
return void