My urfave/cli version is
( Put the version of urfave/cli that you are using here )
Checklist
Dependency Management
- My project is using go modules.
- My project is automatically downloading the latest version (renovate).
Describe the bug
As per urfave/cli-docs#11 (comment)
I subled over the same problem, where i want to change the text for the default value.
Default: os.TempDir() so the val changes depending on the system generating the docs :/
This makes a bad description at https://woodpecker-ci.org/docs/cli#exec (search for flag --backend-local-temp-dir)
To reproduce
Just use a changing default and DefaultText and try to generate markdown docs ...
Observed behavior
The DefaultText works as expected, when used with the --help flag on a compiled cli binary
Expected behavior
Show the DefaultText instead of resolving Default value.