Commit Graph

9 Commits

Author SHA1 Message Date
Naveen Gogineni
67f293a1e5 Revert main_test 2022-10-05 22:18:45 -04:00
Naveen Gogineni
d724a63144 After rebase 2022-10-05 22:10:22 -04:00
Jakub Nowakowski
891ffb017b Add DestinationPointer for flags generator
In this commit I added a DestinationPointer variable that should be set
if the `Destination` should be configured as a pointer for a specific
flag type. It is expected that Generic type which is an interface will
not be a pointer but a struct. Before this change the code compilation
was failing with `type *Generic is pointer to interface, not interface`.

See https://github.com/urfave/cli/issues/1441
2022-10-05 22:04:46 -04:00
Wendell Sun
b33117618a
Rebase main, update flag-spec.yaml to add Action field 2022-09-16 00:38:20 +09:00
Naveen Gogineni
15491d6f91 Fix: dont generate pointer for dest for Generic flag 2022-09-10 18:03:30 -04:00
Naveen Gogineni
faf75f6960 Update for build 2022-09-06 08:48:56 -04:00
Naveen Gogineni
193fd848b1 Merge changes onto latest main 2022-09-06 08:48:56 -04:00
234972ef8f
Add missing go.sum entries for go 1.16.x 2022-08-14 10:22:18 -04:00
3e4237a67f
Move genflags tool to cmd/ and pin to previous release
to alleviate problems caused by the circular dependency of using the
same code as a library that is potentially being generated to adhere to
a different API.
2022-08-14 10:02:07 -04:00