mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
DOM
- Converted DOM and unit test from Parser to CLI.
This commit is contained in:
parent
efb84b20bf
commit
283a1aa8ef
2 changed files with 5 additions and 13 deletions
|
@ -47,7 +47,7 @@ int main (int argc, char** argv)
|
|||
{
|
||||
// Prime the pump.
|
||||
const char* fake_argv[] = {"task"};
|
||||
context.parser.initialize (1, fake_argv);
|
||||
context.cli.initialize (1, fake_argv);
|
||||
context.program = "task";
|
||||
context.config.set ("name", "value");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue