mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
Enhancement - Context::constructFilter
- After parsing the command line, a filter is now constructed.
This commit is contained in:
parent
df38d5aaa0
commit
8bef5a90cd
2 changed files with 11 additions and 0 deletions
|
@ -57,6 +57,7 @@ public:
|
|||
private:
|
||||
void loadCorrectConfigFile ();
|
||||
void parse ();
|
||||
void constructFilter ();
|
||||
|
||||
public:
|
||||
Config config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue