diff --git a/html/faq.html b/html/faq.html new file mode 100644 index 000000000..e6e0d2b62 --- /dev/null +++ b/html/faq.html @@ -0,0 +1,120 @@ + + + + Frequently Asked Questions + + + + + +
+ + + + + + +
+ + +
+
+
+
+

Frequently Asked Questions

+
+

+ + Q: When I redirect the output of task to a file, I lose all + the colors. How do I fix this? + +
+ A: Task knows when the output is not going directly to a + terminal, and strips out all the color control characters. + Prevent this with the following entry in your .taskrc file: +

_forcecolor=on
+

+ +

+ + Q: + +
+ A: +

+ + +
+ +
+
+
+

+ Copyright 2006-2009, P. Beckingham. All rights reserved. +

+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ + + +
+ +
+ + + + + + + diff --git a/html/task.html b/html/task.html index 0c471c85e..42847e977 100644 --- a/html/task.html +++ b/html/task.html @@ -58,6 +58,7 @@
  • Filters
  • Shadow Files
  • Custom Reports +
  • Frequently Asked Questions