From 8d859b918f7d1de54a0d15e1a01e6dd3b5402dc7 Mon Sep 17 00:00:00 2001 From: Fabian Gutierrez Date: Wed, 14 Apr 2021 17:03:44 +0200 Subject: [PATCH] Add some details to the ignore field example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d633f3..d8c553e 100644 --- a/README.md +++ b/README.md @@ -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