diff options
-rw-r--r-- | cmd/ponzu/main.go | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index ee5ae1f..2e32552 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -36,11 +36,11 @@ new <directory>: generate, gen, g <type>: - Generate a content type file with boilerplate code to implement - the editor.Editable interface. Must be given one (1) parameter of - the name of the type for the new content. + Generate a content type file with boilerplate code to implement + the editor.Editable interface. Must be given one (1) parameter of + the name of the type for the new content. - Example: + Example: $ ponzu gen review @@ -67,6 +67,7 @@ generate, gen, g <type>: database, since the first process to open it recieves a lock. If you intend to run the Admin and API on separate processes, you must call them with the 'ponzu' command independently. + ` var ( |