urfave-cli/cmd/urfave-cli-genflags
2022-11-08 16:27:46 -05:00
..
generated_altsrc.gotmpl Leave imports to goimports 2022-11-08 09:13:10 -05:00
generated_test.gotmpl Un-regress from v3 porting losses 2022-10-13 08:15:14 -04:00
generated.gotmpl Merge commit '5ac0710' into v3-porting 2022-11-07 08:29:29 -05:00
go.mod Move genflags tool to cmd/ and pin to previous release 2022-10-02 08:50:29 -04:00
go.sum Rebase main, update flag-spec.yaml to add Action field 2022-10-03 09:34:46 -04:00
main_test.go Use cli/v2 in genflags tool (for now?) 2022-10-02 20:59:36 -04:00
main.go Code review comment 2022-11-04 08:36:32 -04:00
Makefile Remove local altsrc and references 2022-11-08 16:27:46 -05:00
README.md Move genflags tool to cmd/ and pin to previous release 2022-10-02 08:50:29 -04:00

urfave-cli-genflags

This is a tool that is used internally by urfave/cli to generate flag types and methods from a YAML input. It intentionally pins usage of github.com/urfave/cli/v2 to a release rather than using the adjacent code so that changes don't result in this tool refusing to compile. It's almost like dogfooding?

support warning

This tool is maintained as a sub-project and is not covered by the API and backward compatibility guaranteed by releases of urfave/cli.