mirror of
https://github.com/spf13/cobra
synced 2025-05-06 13:27:26 +00:00
remove unused struct fields
This commit is contained in:
parent
2d154be39b
commit
35a358472c
1 changed files with 0 additions and 6 deletions
|
@ -16,12 +16,6 @@ type Project struct {
|
||||||
Legal License
|
Legal License
|
||||||
Viper bool
|
Viper bool
|
||||||
AppName string
|
AppName string
|
||||||
|
|
||||||
//absPath string
|
|
||||||
//cmdPath string
|
|
||||||
//srcPath string
|
|
||||||
//license License
|
|
||||||
//name string
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Command struct {
|
type Command struct {
|
||||||
|
|
Loading…
Add table
Reference in a new issue