Fix: dont generate pointer for dest for Generic flag

This commit is contained in:
Naveen Gogineni
2022-09-10 18:03:25 -04:00
parent 6124f3ad9e
commit 15491d6f91
5 changed files with 68 additions and 50 deletions

View File

@@ -1085,7 +1085,7 @@ type GenericFlag struct {
HasBeenSet bool
Value Generic
Destination *Generic
Destination Generic
Aliases []string
EnvVars []string