Skip to content

Commit

Permalink
Add arg
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Oct 23, 2022
1 parent 9d0fdbe commit 0dca2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v2/examples/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ Handlers can be registered per flag which are triggered after a flag has been pr
This can be used for a variety of purposes, one of which is flag validation

<!-- {
"args": ["&#45;&#45;port 70000"],
"args": ["&#45;&#45;port","70000"],
"output": "Flag port value 70000 out of range[0-65535]"
} -->
```go
Expand Down

0 comments on commit 0dca2d8

Please sign in to comment.