Documentation
- Added 'calc' utility to docs. - Code cleanup.
This commit is contained in:
@@ -110,8 +110,8 @@ int CmdSync::execute (std::string& output)
|
||||
std::string code = response.get ("code");
|
||||
if (code == "200")
|
||||
{
|
||||
Color colorAdded (context.config.get ("color.sync.added"));
|
||||
Color colorChanged (context.config.get ("color.sync.changed"));
|
||||
Color colorAdded (context.config.get ("color.sync.added"));
|
||||
Color colorChanged (context.config.get ("color.sync.changed"));
|
||||
|
||||
int download_count = 0;
|
||||
payload = response.getPayload ();
|
||||
|
||||
Reference in New Issue
Block a user