浏览代码

feat(ant): enable colored output by default (#6688)

Closes #6688
Brahim Djoudi 7 年之前
父节点
当前提交
1316b31764
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      plugins/ant/ant.plugin.zsh

+ 2 - 0
plugins/ant/ant.plugin.zsh

@@ -0,0 +1,2 @@
+# Default to colored output
+export ANT_ARGS='-logger org.apache.tools.ant.listener.AnsiColorLogger'