From 05cc23ebb50c4c3bca8a3a3d817395f731dc64c5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 16 Aug 2016 14:05:06 -0700 Subject: [PATCH] pixiecore/cli: remove the "quick" command family from the CLI for now. I'll re-add it once I've actually implemented it. --- pixiecore/cli/quickcmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixiecore/cli/quickcmd.go b/pixiecore/cli/quickcmd.go index 9a52648..ad2bc26 100644 --- a/pixiecore/cli/quickcmd.go +++ b/pixiecore/cli/quickcmd.go @@ -34,7 +34,7 @@ TODO: better help here } func init() { - rootCmd.AddCommand(quickCmd) + //rootCmd.AddCommand(quickCmd) // TODO: some kind of caching support where quick OSes get // downloaded locally, so you don't have to fetch from a remote