Merge commit 'cf49ddb' into v3-porting

This commit is contained in:
Dan Buch 2022-11-07 08:29:42 -05:00
commit 1564c867a5
Signed by: meatballhat
GPG Key ID: A12F782281063434

View File

@ -51,7 +51,8 @@ func main() {
``` ```
You can also set a destination variable for a flag, to which the content will be You can also set a destination variable for a flag, to which the content will be
scanned. scanned. Note that if the `Value` is set for the flag, it will be shown as default,
and destination will be set to this value before parsing flag on the command line.
<!-- { <!-- {
"output": "Hello someone" "output": "Hello someone"