mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
Context
- Removed Parser member, which is now local to ::initialize.
This commit is contained in:
parent
05a3973107
commit
9ea61e25e8
2 changed files with 2 additions and 2 deletions
|
@ -34,6 +34,7 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <Context.h>
|
||||
#include <Parser.h> // TODO Remove
|
||||
#include <Directory.h>
|
||||
#include <File.h>
|
||||
#include <Eval.h>
|
||||
|
@ -159,6 +160,7 @@ int Context::initialize (int argc, const char** argv)
|
|||
Variant::searchCaseSensitive = config.getBoolean ("search.case.sensitive");
|
||||
Variant::searchUsingRegex = config.getBoolean ("regex");
|
||||
|
||||
Parser parser;
|
||||
parser.initialize (argc, argv); // task arg0 arg1 ...
|
||||
|
||||
// Process 'rc:<file>' command line override.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue