From fe4f53eb5bf3ea7392ab227d46d3c2dd1082fa76 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 27 Sep 2014 12:31:38 -0700 Subject: [PATCH] enable init command --- commands.go | 6 ++++++ website/source/layouts/docs.erb | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/commands.go b/commands.go index fa9294df3..a8251e547 100644 --- a/commands.go +++ b/commands.go @@ -52,6 +52,12 @@ func init() { }, nil }, + "init": func() (cli.Command, error) { + return &command.InitCommand{ + Meta: meta, + }, nil + }, + "output": func() (cli.Command, error) { return &command.OutputCommand{ Meta: meta, diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index fa60aac79..9536b2940 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -59,14 +59,14 @@ get - > - init - - > graph + > + init + + > output