mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Code Cleanup
- Keep date formatting intact in arguments (necessary if the initial string contains optional information, as start or end of day).
This commit is contained in:
parent
ec330921de
commit
e9abac1d0f
2 changed files with 20 additions and 5 deletions
1
src/A3.h
1
src/A3.h
|
@ -79,6 +79,7 @@ public:
|
|||
static bool is_attribute (const std::string&, std::string&);
|
||||
static bool is_modifier (const std::string&, std::string&);
|
||||
static bool is_dom (Nibbler&, Arg&);
|
||||
static bool is_date (Nibbler&, std::string&);
|
||||
static bool is_duration (Nibbler&, std::string&);
|
||||
static bool is_pattern (Nibbler&, std::string&);
|
||||
static bool is_subst (Nibbler&, std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue