Expressions
- Began Expression::toInfix to upgrade old-style filters to infix algebraic filters. - Added operator support to Arguments::categorize. - Modified CmdCustom.cpp as a read-only command guinea-pig for the new argument processing.
This commit is contained in:
@@ -170,8 +170,6 @@ int Context::run ()
|
||||
std::cout << colorizeDebug (*d) << "\n";
|
||||
else
|
||||
std::cout << *d << "\n";
|
||||
|
||||
args.dump ("Argument categorization");
|
||||
}
|
||||
|
||||
// Dump all headers, controlled by 'header' verbosity token.
|
||||
@@ -222,6 +220,7 @@ int Context::dispatch (std::string &out)
|
||||
if (c->displays_id ())
|
||||
tdb.gc ();
|
||||
|
||||
args.dump ("Argument Categorization");
|
||||
return c->execute (out);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user