diff options
Diffstat (limited to 'cmd/ponzu/new.go')
-rw-r--r-- | cmd/ponzu/new.go | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cmd/ponzu/new.go b/cmd/ponzu/new.go index 3c18a21..d5afadb 100644 --- a/cmd/ponzu/new.go +++ b/cmd/ponzu/new.go @@ -21,11 +21,9 @@ there is no local repository to clone from at the local machine's $GOPATH, 'new' will attempt to clone the 'github.com/ponzu-cms/ponzu' package from over the network. -Example: -$ ponzu new myProject -> New ponzu project created at $GOPATH/src/myProject - Errors will be reported, but successful commands return nothing.`, + Example: `$ ponzu new myProject +> New ponzu project created at $GOPATH/src/myProject`, RunE: func(cmd *cobra.Command, args []string) error { if len(args) < 1 { return errors.New("project name not supplied") |