/// <summary> /// Initializes a new instance of the <see cref="CommandLookup"/> class. /// </summary> /// <param name="configuration">Configuration</param> public CommandLookup(CommandConfiguration configuration) { _assemblies = configuration.CommandAssemblies; }
/// <summary> /// Initializes a new instance of the <see cref="NCommanderContext"/> class. /// </summary> public NCommanderContext() { Configuration = new CommandConfiguration(); AddEntryAssembly(); // default value }