We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ac0710 + a5b62b8 commit cf49ddbCopy full SHA for cf49ddb
docs/v2/examples/flags.md
@@ -51,7 +51,8 @@ func main() {
51
```
52
53
You can also set a destination variable for a flag, to which the content will be
54
-scanned.
+scanned. Note that if the `Value` is set for the flag, it will be shown as default,
55
+and destination will be set to this value before parsing flag on the command line.
56
57
<!-- {
58
"output": "Hello someone"
0 commit comments