CLI
- Implemented ::getBinary. - Removed Context::program, and converted DOM and dom.t to call ::getBinary.
This commit is contained in:
@@ -48,7 +48,6 @@ int main (int argc, char** argv)
|
||||
// Prime the pump.
|
||||
const char* fake_argv[] = {"task"};
|
||||
context.cli.initialize (1, fake_argv);
|
||||
context.program = "task";
|
||||
context.config.set ("name", "value");
|
||||
|
||||
DOM dom;
|
||||
|
||||
Reference in New Issue
Block a user