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,
|
||||
Project: &Project{
|
||||
AbsolutePath: fmt.Sprintf("%s/cmd", wd),
|
||||
//AppName: path.Base(packageName),
|
||||
//PkgName: packageName,
|
||||
Legal: getLicense(),
|
||||
Copyright: copyrightLine(),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue