Fix list formatting in v2 manual

This commit is contained in:
Dan Buch 2022-06-22 08:29:12 -04:00
parent 7d21dda232
commit 6dd82af86b
Signed by: meatballhat
GPG Key ID: A12F782281063434

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: