mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 14:36:44 +02:00
Documentation
- Added 'calc' utility to docs. - Code cleanup.
This commit is contained in:
parent
c52bf5cf8d
commit
e78b8dc463
3 changed files with 6 additions and 4 deletions
|
@ -5,6 +5,8 @@ Features
|
||||||
'affected' verbosity tokens.
|
'affected' verbosity tokens.
|
||||||
+ Removed deprecated 'edit.verbose' setting, in favor of the 'edit' verbosity
|
+ Removed deprecated 'edit.verbose' setting, in favor of the 'edit' verbosity
|
||||||
token..
|
token..
|
||||||
|
+ Includes utility 'calc' for quick command line calculations using the new
|
||||||
|
expression evaluator.
|
||||||
|
|
||||||
Bugs
|
Bugs
|
||||||
|
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -5,14 +5,14 @@ New Features in taskwarrior 2.4.0
|
||||||
|
|
||||||
New commands in taskwarrior 2.4.0
|
New commands in taskwarrior 2.4.0
|
||||||
|
|
||||||
-
|
- New 'calc' utility for quick command line calculations.
|
||||||
|
|
||||||
New configuration options in taskwarrior 2.4.0
|
New configuration options in taskwarrior 2.4.0
|
||||||
|
|
||||||
-
|
-
|
||||||
|
|
||||||
Newly deprecated features in taskwarrior 2.4.0
|
Newly deprecated features in taskwarrior 2.4.0
|
||||||
|
|
||||||
-
|
-
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -110,8 +110,8 @@ int CmdSync::execute (std::string& output)
|
||||||
std::string code = response.get ("code");
|
std::string code = response.get ("code");
|
||||||
if (code == "200")
|
if (code == "200")
|
||||||
{
|
{
|
||||||
Color colorAdded (context.config.get ("color.sync.added"));
|
Color colorAdded (context.config.get ("color.sync.added"));
|
||||||
Color colorChanged (context.config.get ("color.sync.changed"));
|
Color colorChanged (context.config.get ("color.sync.changed"));
|
||||||
|
|
||||||
int download_count = 0;
|
int download_count = 0;
|
||||||
payload = response.getPayload ();
|
payload = response.getPayload ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue