mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Context
- CLI is initialized with command line args.
This commit is contained in:
parent
64d4d659ef
commit
c73e864cdd
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ int Context::initialize (int argc, const char** argv)
|
|||
Variant::searchUsingRegex = config.getBoolean ("regex");
|
||||
|
||||
parser.initialize (argc, argv); // task arg0 arg1 ...
|
||||
cli.initialize (argc, argv); // task arg0 arg1 ...
|
||||
|
||||
// Process 'rc:<file>' command line override.
|
||||
parser.findOverrides (); // rc:<file> rc.<name>:<value>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue