File: commandlineCV.tmpl

package info (click to toggle)
easygen 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 848 kB
  • sloc: sh: 14; makefile: 13
file content (4 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (3)
1
2
3
4
{{range .Options}}
	flags.{{.Type}}("{{.Name}}", {{.Value}}, "{{.Usage}}")
	viper.BindPFlag("{{.Name}}", flags.Lookup("{{.Name}}"))
{{end}}