summaryrefslogtreecommitdiff
path: root/cmd/ponzu/main.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-16 09:53:50 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-16 09:53:50 -0800
commit920a30b1ee400da06530e39997c6545c260736fe (patch)
tree87dcf45880122874b071c3fbbe33314749977cd6 /cmd/ponzu/main.go
parentf1fa430c6a9c97fa36a9599746eca0f9a474073b (diff)
update readme and usage, debug print fmt
Diffstat (limited to 'cmd/ponzu/main.go')
-rw-r--r--cmd/ponzu/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go
index b07a249..d2ec4d8 100644
--- a/cmd/ponzu/main.go
+++ b/cmd/ponzu/main.go
@@ -99,6 +99,7 @@ func main() {
// check what we are asked to generate
switch args[2] {
case "content", "c":
+ fmt.Println(args, "|", args[2])
err := generateContentType(args[2:])
if err != nil {
fmt.Println(err)