urfave-cli/cmd/urfave-cli-genflags
2022-10-02 20:16:11 -04:00
..
generated_test.gotmpl Move genflags tool to cmd/ and pin to previous release 2022-10-02 08:50:29 -04:00
generated.gotmpl Move genflags tool to cmd/ and pin to previous release 2022-10-02 08:50:29 -04:00
go.mod Move genflags tool to cmd/ and pin to previous release 2022-10-02 08:50:29 -04:00
go.sum Add missing go.sum entries for go 1.16.x 2022-10-02 08:50:29 -04:00
main_test.go Merge remote-tracking branch 'origin/v3-dev-main' into v3-porting 2022-10-02 20:16:11 -04:00
main.go Merge remote-tracking branch 'origin/v3-dev-main' into v3-porting 2022-10-02 20:16:11 -04:00
Makefile Move genflags tool to cmd/ and pin to previous release 2022-10-02 08:50:29 -04: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.