mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
TW-288
- TW-288 `task edit` mangles descriptions with embedded newlines (thanks to Kevin Ballard).
This commit is contained in:
parent
68ceea953a
commit
0c1fa8b20e
4 changed files with 26 additions and 2 deletions
|
@ -39,6 +39,7 @@ public:
|
|||
|
||||
private:
|
||||
std::string findValue (const std::string&, const std::string&);
|
||||
std::string findMultilineValue (const std::string&, const std::string&, const std::string&);
|
||||
std::vector <std::string> findValues (const std::string&, const std::string&);
|
||||
std::string formatDate (Task&, const std::string&, const std::string&);
|
||||
std::string formatDuration (Task&, const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue