github.com/tcnksm/gcli@v0.2.4-0.20170129033839-7eb950507e5a/skeleton/resource/tmpl/codegangsta_cli/command/command.go.tmpl (about)

     1  package command
     2  
     3  import "github.com/codegangsta/cli"
     4  
     5  func Cmd{{ title .FunctionName }}(c *cli.Context) {
     6  	// Write your code here
     7  	{{ if ne .DebugOutput "" }}print("{{ .DebugOutput }}"){{ end }}
     8  }