From 6dd82af86bd1befaf24f4e387f68882ebafe0ba4 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 22 Jun 2022 08:29:12 -0400 Subject: [PATCH] Fix list formatting in v2 manual --- docs/v2/manual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/v2/manual.md b/docs/v2/manual.md index 1527e82c30..ebff418cc6 100644 --- a/docs/v2/manual.md +++ b/docs/v2/manual.md @@ -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: