From de19d33d7ba22ced9f12f7d6ea8888f2190a47ac Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 25 Feb 2013 03:23:54 +0400 Subject: [PATCH] clarified about adding colors support to console --- todo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 0d42874..d4bc275 100644 --- a/todo.md +++ b/todo.md @@ -1,5 +1,5 @@ - console - * detect if console supports colors, use colors in standard commands + * If console is executed using Windows, do not use colors. If not, use colors. Allow to override via console application settings. - db * pgsql, sql server, oracle, db2 drivers * unit tests on different DB drivers