mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Expression reboot
- More integration of A3 into Context. - Now ready for filter/modification/word extraction.
This commit is contained in:
parent
4fc4e0f637
commit
abcda0bcfa
4 changed files with 41 additions and 22 deletions
4
src/A3.h
4
src/A3.h
|
@ -95,12 +95,12 @@ public:
|
|||
|
||||
const std::string combine () const;
|
||||
const std::vector <std::string> list () const;
|
||||
bool find_command (std::string&) const;
|
||||
const std::string find_limit () const;
|
||||
|
||||
/*
|
||||
static std::vector <std::string> operator_list ();
|
||||
|
||||
bool find_command (std::string&);
|
||||
std::string find_limit ();
|
||||
|
||||
static bool is_multipart (const std::string&, std::vector <std::string>&);
|
||||
static bool is_attr (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue