Allow to disable colored output

This commit is contained in:
Vitaliy Filippov
2021-11-11 01:41:58 +03:00
parent e4efa2c08a
commit 577a563b91
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ public:
bool list_first = false;
bool json_output = false;
int log_level = 0;
int mode = 0;
bool color = false;
ring_loop_t *ringloop = NULL;
epoll_manager_t *epmgr = NULL;