mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
UDA
- Implemented UDAs in the 'edit' command for all four UDA data types.
This commit is contained in:
parent
1d593c39e0
commit
57aa2de98c
5 changed files with 109 additions and 5 deletions
|
@ -57,6 +57,7 @@ public:
|
|||
std::string format () const;
|
||||
std::string formatCompact () const;
|
||||
std::string formatPrecise () const;
|
||||
std::string formatSeconds () const;
|
||||
|
||||
bool negative () const;
|
||||
static bool valid (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue