Color Command

- Added support for displaying color samples.  If you run the command
  'task color red on grey12' then task will show you a sample of this
  color, along with other examples.  This is helpful if you are trying
  to choose colors for auto colorization rules.
This commit is contained in:
Paul Beckingham
2010-01-03 12:35:53 -05:00
parent 6abc40ef46
commit a75e7978ab
5 changed files with 116 additions and 73 deletions

View File

@@ -178,8 +178,8 @@ int shortUsage (std::string &outs)
table.addCell (row, 2, "Lists all tasks in CSV format.");
row = table.addRow ();
table.addCell (row, 1, "task color");
table.addCell (row, 2, "Displays all possible colors.");
table.addCell (row, 1, "task color [sample]");
table.addCell (row, 2, "Displays all possible colors, or a sample.");
row = table.addRow ();
table.addCell (row, 1, "task version");