Always enable colors for now

This commit is contained in:
Mitchell Hashimoto 2014-07-28 08:56:34 -07:00
parent 3c88c00dac
commit 4e17aaf927
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ func init() {
}
meta := command.Meta{
Color: true,
ContextOpts: &ContextOpts,
Ui: Ui,
}