Skip to content

Commit e2a844f

Browse files
authored
Merge pull request #1423 from urfave/docs-list-fix
Fix list formatting in v2 manual
2 parents 7d21dda + 6dd82af commit e2a844f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/v2/manual.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,9 @@ from other file input sources.
539539

540540
Currently supported input source formats:
541541

542-
YAML
543-
JSON
544-
TOML
542+
- YAML
543+
- JSON
544+
- TOML
545545

546546
In order to get values for a flag from an alternate input source the following
547547
code would be added to wrap an existing cli.Flag like below:

0 commit comments

Comments
 (0)