From 4e17aaf92766bea594382473a60f0c5eda81b350 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 28 Jul 2014 08:56:34 -0700 Subject: [PATCH] Always enable colors for now --- commands.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands.go b/commands.go index 870ca39d1e..51a4f6eaad 100644 --- a/commands.go +++ b/commands.go @@ -27,6 +27,7 @@ func init() { } meta := command.Meta{ + Color: true, ContextOpts: &ContextOpts, Ui: Ui, }