Fix: dont generate pointer for dest for Generic flag
This commit is contained in:
@@ -1085,7 +1085,7 @@ type GenericFlag struct {
|
||||
HasBeenSet bool
|
||||
|
||||
Value Generic
|
||||
Destination *Generic
|
||||
Destination Generic
|
||||
|
||||
Aliases []string
|
||||
EnvVars []string
|
||||
|
Reference in New Issue
Block a user