mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Args
- Added specific calls to locate the command, rc: an rc. overrides.
This commit is contained in:
parent
ca8d22ab54
commit
9b0e4d6eb1
1 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,9 @@ int main (int argc, const char** argv)
|
|||
a3t.entity ("operator", "^");
|
||||
a3t.entity ("operator", "!");
|
||||
|
||||
a3t.findFileOverride ();
|
||||
a3t.findConfigOverride ();
|
||||
|
||||
Tree* tree = a3t.parse ();
|
||||
if (tree)
|
||||
std::cout << tree->dump ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue