mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
remove commented field in struct
This commit is contained in:
parent
2fea75b02e
commit
0bb1506d25
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@ Example: cobra add server -> resulting in a new cmd/server.go`,
|
||||||
CmdParent: parentName,
|
CmdParent: parentName,
|
||||||
Project: &Project{
|
Project: &Project{
|
||||||
AbsolutePath: fmt.Sprintf("%s/cmd", wd),
|
AbsolutePath: fmt.Sprintf("%s/cmd", wd),
|
||||||
//AppName: path.Base(packageName),
|
|
||||||
//PkgName: packageName,
|
|
||||||
Legal: getLicense(),
|
Legal: getLicense(),
|
||||||
Copyright: copyrightLine(),
|
Copyright: copyrightLine(),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue