mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI
- Implemented ::applyOverrides. - Calls ::applyOverrides from Context.
This commit is contained in:
parent
c8dfa8f7fd
commit
9c245f838a
3 changed files with 18 additions and 1 deletions
|
@ -71,6 +71,7 @@ public:
|
|||
void initialize (int, const char**);
|
||||
void add (const std::string&);
|
||||
void analyze (bool parse = true);
|
||||
void applyOverrides ();
|
||||
void getOverride (std::string&, File&);
|
||||
void getDataLocation (Path&);
|
||||
const std::string getFilter ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue