Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code generation appears to be broken #5

Closed
tarampampam opened this issue Nov 4, 2024 · 1 comment · Fixed by #6
Closed

Code generation appears to be broken #5

tarampampam opened this issue Nov 4, 2024 · 1 comment · Fixed by #6

Comments

@tarampampam
Copy link
Contributor

tarampampam commented Nov 4, 2024

Since the latest update to urfave/cli, it looks like we need to make some adjustments to the sources:

image

# github.com/urfave/cli-docs/v3
/var/tmp/go/pkg/mod/github.com/urfave/cli-docs/v3@v3.0.0-alpha5/docs.go:273:16: flag.GetValue undefined (type cli.DocGenerationFlag has no field or method GetValue)
/var/tmp/go/pkg/mod/github.com/urfave/cli-docs/v3@v3.0.0-alpha5/docs.go:400:21: flag.GetValue undefined (type cli.DocGenerationFlag has no field or method GetValue)
github.com/urfave/cli-docs/v3 v3.0.0-alpha5 h1:H1oWnR2/GN0dNm2PVylws+GxSOD6YOwW/jI5l78YfPk=
github.com/urfave/cli-docs/v3 v3.0.0-alpha5/go.mod h1:AIqom6Q60U4tiqHp41i7+/AB2XHgi1WvQ7jOFlccmZ4=
github.com/urfave/cli/v3 v3.0.0-alpha9.2 h1:CL8llQj3dGRLVQQzHxS+ZYRLanOuhyK1fXgLKD+qV+Y=
github.com/urfave/cli/v3 v3.0.0-alpha9.2/go.mod h1:FnIeEMYu+ko8zP1F9Ypr3xkZMIDqW3DR92yUtY39q1Y=

I'll take care of it ASAP

@bartekpacia
Copy link
Member

bartekpacia commented Nov 4, 2024

related/the same urfave/cli#2002

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants