urfave-cli/internal
Jakub Nowakowski 891ffb017b Add DestinationPointer for flags generator
In this commit I added a DestinationPointer variable that should be set
if the `Destination` should be configured as a pointer for a specific
flag type. It is expected that Generic type which is an interface will
not be a pointer but a struct. Before this change the code compilation
was failing with `type *Generic is pointer to interface, not interface`.

See https://github.com/urfave/cli/issues/1441
2022-10-05 22:04:46 -04:00
..
build Accept the MKDOCS_REMOTE_GITHUB_TOKEN var as intended 2022-09-12 07:33:08 -04:00
example-cli Pass non-empty string slice to example app Run (#1364) 2022-04-22 06:35:07 -04:00
example-hello-world docs 2020-02-29 14:03:02 -08:00
genflags Add DestinationPointer for flags generator 2022-10-05 22:04:46 -04:00