mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI
- Implemented ::getDataLocation. - Called ::getDataLocation from Context.
This commit is contained in:
parent
7845786398
commit
c8dfa8f7fd
3 changed files with 26 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <Path.h>
|
||||
#include <File.h>
|
||||
|
||||
// Represents a single argument.
|
||||
|
@ -71,6 +72,7 @@ public:
|
|||
void add (const std::string&);
|
||||
void analyze (bool parse = true);
|
||||
void getOverride (std::string&, File&);
|
||||
void getDataLocation (Path&);
|
||||
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