diff options
author | Steve <nilslice@gmail.com> | 2016-10-17 21:31:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-17 21:31:59 -0700 |
commit | 2f3985491363dc0658ad8cf3a415a77c1825a67a (patch) | |
tree | fa398a23c9e247e9cc7515898f0f6ddabf392f64 /cmd | |
parent | 9c8ed5c6a88901bf139bf9bb7b884b222c6053ce (diff) | |
parent | 30b47784c5889539a65cc292066a400aa19c35d0 (diff) |
Merge pull request #2 from bosssauce/ponzu-dev
[core] move content.Item to unix-y Timestamp and Updated fields
Diffstat (limited to 'cmd')
-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 ( |