mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-05 15:58:35 +02:00
Enhancement - Subst object
- Implemented most of Subst object, except Subst::apply
This commit is contained in:
parent
de08c1d32e
commit
2083dc4175
6 changed files with 180 additions and 3 deletions
|
@ -72,3 +72,11 @@ std::string T::composeCSV ()
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool T::validate () const
|
||||
{
|
||||
// TODO Verify until > due
|
||||
// TODO Verify entry < until, due, start, end
|
||||
return true;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue