Add some details to the ignore field example

This commit is contained in:
Fabian Gutierrez
2021-04-14 17:03:44 +02:00
committed by Alec Thomas
parent 5fd7249c69
commit 8d859b918f
+1 -1
View File
@@ -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