Commit Graph

8 Commits

Author SHA1 Message Date
12a3c62e50
Move more functionality into internal/build/build.go
and use make targets in CI, pass flag spec YAML through yq

includes result of running `make v2approve`
2022-09-11 16:02:48 -04:00
Naveen Gogineni
15491d6f91 Fix: dont generate pointer for dest for Generic flag 2022-09-10 18:03:30 -04:00
Naveen Gogineni
f8b9a7cc2e Merge changes from main 2022-09-10 08:55:33 -04:00
Naveen Gogineni
193fd848b1 Merge changes onto latest main 2022-09-06 08:48:56 -04:00
ccremer
bd2ae121ab
Add configurable Base to int, uint and uint64 flags
This allows users to configure the basis for integer parsing.
2022-08-25 15:25:47 +02: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
Balazs Nagy
1335a7022a accept timezone for timestamps 2022-07-09 13:52:55 +02:00
ed0033984b
Generate flag types (again?)
Closes #1381
2022-05-01 23:02:05 -04:00