mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
CLI2: Added ::prepareFilter for the deferred parsing of filters
This commit is contained in:
parent
dc5f9e38a6
commit
6c0ba77204
3 changed files with 19 additions and 1 deletions
|
@ -668,11 +668,18 @@ const std::string CLI2::getFilter (bool applyContext)
|
|||
filter = "( " + filter + " )";
|
||||
}
|
||||
|
||||
context.debug("Derived filter: '" + filter + "'");
|
||||
context.debug("CLI2: Derived filter: '" + filter + "'");
|
||||
return filter;
|
||||
}
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Parset the commnad line, identifiying filter components, expanding syntactic
|
||||
// sugar as necessary.
|
||||
void CLI2::prepareFilter (bool applyContext)
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Get the original command line arguments, in pristine condition, but skipping:
|
||||
// - BINARY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue