Output colouring for Ant plugin
This commit is contained in:
parent
0cec462621
commit
c501fbed36
6
plugins/ant/README.md
Normal file
6
plugins/ant/README.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Ant plugin
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Completion
|
||||||
|
- Output colouring
|
@ -14,3 +14,6 @@ _ant () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
compdef _ant ant
|
compdef _ant ant
|
||||||
|
|
||||||
|
# Output colouring:
|
||||||
|
export ANT_ARGS='-logger org.apache.tools.ant.listener.AnsiColorLogger'
|
||||||
|
Loading…
Reference in New Issue
Block a user