mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Calculator
- Added standalone calculator utility.
This commit is contained in:
parent
fae592f921
commit
d65a844814
4 changed files with 178 additions and 7 deletions
|
@ -47,6 +47,8 @@ int CmdCalc::execute (std::string& output)
|
|||
{
|
||||
int rc = 0;
|
||||
|
||||
// TODO Configurable infix/postfix
|
||||
// TODO Configurable date/number precedence
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue