Commit Graph

27 Commits

Author SHA1 Message Date
9361cba851
Remove local altsrc and references
in favor of separate repo at https://github.com/urfave/cli-altsrc
2022-11-08 16:27:46 -05:00
5e86a2c44d
Leave imports to goimports 2022-11-08 09:13:10 -05:00
75f2d1a83a
Merge commit '46043dd' into v3-porting 2022-11-07 08:35:44 -05:00
b0e8160076
Merge commit '5ac0710' into v3-porting 2022-11-07 08:29:29 -05:00
Naveen Gogineni
45dc37629c Code review comment 2022-11-04 08:36:32 -04:00
Naveen Gogineni
f8a7cfe246 Chore: Add altsrc flag definition generation 2022-10-29 19:24:31 -04:00
Naveen Gogineni
729a7c41ce Fix:(issue_1206) Default value shouldnt depend on env variable or value set from cmdline 2022-10-14 17:46:03 -04:00
85ff0c550a
Un-regress from v3 porting losses 2022-10-13 08:15:14 -04:00
75aabac594
Use existing goimports installation if available 2022-10-13 07:47:17 -04:00
b45820714d
Build and run urfave-cli-genflags via its Makefile
so that `go.mod` files don't get all confused
2022-10-13 07:47:17 -04:00
6404f1d1b4
Backfill drop of generated GetDefaultText method 2022-10-10 10:57:06 -04:00
e9f2ca42db
Use existing goimports installation if available 2022-10-10 08:48:50 -04:00
11915a875d
Build and run urfave-cli-genflags via its Makefile
so that `go.mod` files don't get all confused
2022-10-09 11:25:02 -04:00
Wendell Sun
d213683bee
Rebase main, update flag-spec.yaml to add Action field 2022-10-03 09:34:46 -04:00
Naveen Gogineni
e13c16bb10
Fix: dont generate pointer for dest for Generic flag 2022-10-03 07:58:43 -04:00
Naveen Gogineni
2b0db3b3ae
Update for build 2022-10-02 21:11:35 -04:00
Naveen Gogineni
2941bc8e70
Merge changes onto latest main 2022-10-02 21:08:12 -04:00
1446649448
Use cli/v2 in genflags tool (for now?) 2022-10-02 20:59:36 -04:00
d34a232baf
Merge remote-tracking branch 'origin/v3-dev-main' into v3-porting 2022-10-02 20:16:11 -04:00
a5313eb2d5
Add missing go.sum entries for go 1.16.x 2022-10-02 08:50:29 -04:00
2ca91434a8
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-10-02 08:50:29 -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