From 1427a56633df87caf178778e5a13be6a20c9d3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Rapha=C3=ABl=20Matte?= <35611957+jeralm@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:28:55 -0400 Subject: [PATCH] docs: specify usage of the placeholder tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbe6224..205899f 100644 --- a/README.md +++ b/README.md @@ -561,7 +561,7 @@ Both can coexist with standard Tag parsing. | `name:"X"` | Long name, for overriding field name. | | `help:"X"` | Help text. | | `type:"X"` | Specify [named types](#custom-named-decoders) to use. | -| `placeholder:"X"` | Placeholder text. | +| `placeholder:"X"` | Placeholder input, if flag. e.g. `` `placeholder:""` `` will show `--flag-name=` when displaying help. | | `default:"X"` | Default value. | | `default:"1"` | On a command, make it the default. | | `default:"withargs"` | On a command, make it the default and allow args/flags from that command |