mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 18:27:20 +02:00
CLI2: Integrated Lexer::decomposeSubstitution
- Task::modify now considers the 'g' at the end of a substitution to be a string of characters, which may contain 'g'. No other flags are currently supported.
This commit is contained in:
parent
1bef45ff47
commit
1f8a66b7f3
3 changed files with 15 additions and 14 deletions
|
@ -142,7 +142,7 @@ public:
|
|||
void getUDAs (std::vector <std::string>&) const;
|
||||
void getUDAOrphans (std::vector <std::string>&) const;
|
||||
|
||||
void substitute (const std::string&, const std::string&, bool);
|
||||
void substitute (const std::string&, const std::string&, const std::string&);
|
||||
#endif
|
||||
|
||||
void validate (bool applyDefault = true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue