From 8467e25560a1b109a69c956d3aff031988054945 Mon Sep 17 00:00:00 2001 From: dearchap Date: Tue, 18 Oct 2022 20:15:14 -0400 Subject: [PATCH 1/2] Docs:(issue_1276) Make destination/value/default text clear --- docs/v2/examples/flags.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/v2/examples/flags.md b/docs/v2/examples/flags.md index 44c643a397..00e8c203c4 100644 --- a/docs/v2/examples/flags.md +++ b/docs/v2/examples/flags.md @@ -51,7 +51,9 @@ func main() { ``` You can also set a destination variable for a flag, to which the content will be -scanned. +scanned. Note that is the value variable is set for the flag, that will be shown +as default for the flag and destination is set to value prior to parsing flag on the +command line