Merge pull request #1423 from urfave/docs-list-fix

Fix list formatting in v2 manual
This commit is contained in:
2022-06-22 08:55:58 -04:00
committed by GitHub

View File

@@ -539,9 +539,9 @@ from other file input sources.
Currently supported input source formats:
YAML
JSON
TOML
- YAML
- JSON
- TOML
In order to get values for a flag from an alternate input source the following
code would be added to wrap an existing cli.Flag like below: