Args
- Added specific calls to locate the command, rc: an rc. overrides.
This commit is contained in:
@@ -144,6 +144,9 @@ int main (int argc, const char** argv)
|
|||||||
a3t.entity ("operator", "^");
|
a3t.entity ("operator", "^");
|
||||||
a3t.entity ("operator", "!");
|
a3t.entity ("operator", "!");
|
||||||
|
|
||||||
|
a3t.findFileOverride ();
|
||||||
|
a3t.findConfigOverride ();
|
||||||
|
|
||||||
Tree* tree = a3t.parse ();
|
Tree* tree = a3t.parse ();
|
||||||
if (tree)
|
if (tree)
|
||||||
std::cout << tree->dump ();
|
std::cout << tree->dump ();
|
||||||
|
|||||||
Reference in New Issue
Block a user