Skip to content

Commit

Permalink
Add some details to the ignore field example
Browse files Browse the repository at this point in the history
  • Loading branch information
fagossa authored and alecthomas committed Apr 14, 2021
1 parent 5fd7249 commit 8d859b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ Tag | Description
`set:"K=V"` | Set a variable for expansion by child elements. Multiples can occur.
`embed` | If present, this field's children will be embedded in the parent. Useful for composition.
`passthrough` | If present, this positional argument stops flag parsing when encountered, as if `--` was processed before. Useful for external command wrappers, like `exec`.
`-` | Ignore the field. Useful for adding non-CLI fields to a configuration struct.
`-` | Ignore the field. Useful for adding non-CLI fields to a configuration struct. e.g `` `kong:"-"` ``

## Plugins

Expand Down

0 comments on commit 8d859b9

Please sign in to comment.