We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac0710 commit 8467e25Copy full SHA for 8467e25
1 file changed
docs/v2/examples/flags.md
@@ -51,7 +51,9 @@ 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 is the value variable is set for the flag, that will be shown
55
+as default for the flag and destination is set to value prior to parsing flag on the
56
+command line
57
58
<!-- {
59
"output": "Hello someone"
0 commit comments