public Program(IEnumerable <string> args) { _args = args; _console = new SystemConsole(); _directory = new CommandDirectory(); _directory.LoadCommands(typeof(Program).Assembly); }
public Program(IEnumerable<string> args) { _args = args; _console = new SystemConsole(); _directory = new CommandDirectory(); _directory.LoadCommands(typeof(Program).Assembly); }