From db9f869c997364b0091169f98619247ddd3741a4 Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Sun, 23 Feb 2020 11:44:00 -0800 Subject: [PATCH] Document that the placeholder tag requires v1.3.0 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a77953..a9eeee8 100644 --- a/README.md +++ b/README.md @@ -337,6 +337,8 @@ main.NameDotName{Head:"file", Tail:"txt"} ### Custom placeholders +*Introduced in version 1.3.0* + Use the `placeholder` tag to control which placeholder text is used in the usage text. ```go @@ -392,7 +394,7 @@ Options: ### Subcommands -*Introduced in `v1.1.0`* +*Introduced in version 1.1.0* Subcommands are commonly used in tools that wish to group multiple functions into a single program. An example is the `git` tool: ```shell