mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI
- Can now safely re-analyze command line if something changes. This required a ::analzye method to be called late in Context::initialize.
This commit is contained in:
parent
171fabbcda
commit
cd8f7ddac4
3 changed files with 15 additions and 22 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
void entity (const std::string&, const std::string&);
|
||||
void initialize (int, const char**);
|
||||
void add (const std::string&);
|
||||
void analyze ();
|
||||
const std::string getFilter ();
|
||||
const std::vector <std::string> getWords ();
|
||||
const std::vector <std::string> getModifications ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue