예제 #1
0
파일: flagly-git.go 프로젝트: chzyer/flagly
func (g *Git) FlaglyInit() {
	// we can set the description via `flagly.SetDesc` or just a field tag `desc:"xxx"`
	flagly.SetDesc(&g.Version, "show version")
}
예제 #2
0
파일: git-clone.go 프로젝트: chzyer/flagly
func (g *GitClone) FlaglyInit() {
	flagly.SetDesc(&g.Template, "directory from which templates will be used")
}