You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Naveen Gogineni 729a7c41ce
Fix:(issue_1206) Default value shouldnt depend on env variable or value set from cmdline
2 years ago
..
Makefile Use existing goimports installation if available 2 years ago
README.md Move genflags tool to cmd/ and pin to previous release 2 years ago
generated.gotmpl Fix:(issue_1206) Default value shouldnt depend on env variable or value set from cmdline 2 years ago
generated_test.gotmpl Move genflags tool to cmd/ and pin to previous release 2 years ago
go.mod Move genflags tool to cmd/ and pin to previous release 2 years ago
go.sum Rebase main, update flag-spec.yaml to add Action field 2 years ago
main.go Use existing goimports installation if available 2 years ago
main_test.go Move genflags tool to cmd/ and pin to previous release 2 years ago

README.md

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.