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

Fix list formatting in v2 manual
This commit is contained in:
Dan Buch 2022-06-22 08:55:58 -04:00 committed by GitHub
commit e2a844fcee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: