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.
This commit is contained in:
@@ -95,7 +95,7 @@ The built-in `go generate` command is used to run the commands specified in
|
||||
line help system which may be consulted for further information, e.g.:
|
||||
|
||||
```sh
|
||||
go run internal/genflags/cmd/genflags/main.go --help
|
||||
go run cmd/urfave-cli-genflags/main.go --help
|
||||
```
|
||||
|
||||
#### docs output
|
||||
|
Reference in New Issue
Block a user