Example #1
0
 public CommandContext(Config config, string[] args)
 {
     Config = config;
     Args = args;
 }
Example #2
0
 public CommandLauncher(Config config, string[] args)
 {
     this.config = config;
     this.args = args;
 }