diff options
| author | Alex Flint <[email protected]> | 2020-02-23 11:44:00 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-23 11:44:00 -0800 |
| commit | db9f869c997364b0091169f98619247ddd3741a4 (patch) | |
| tree | 1e8abf8dff089978fae46789fcd14a8bda9745ce /README.md | |
| parent | e9c71eb4fa701960bd054d4034d155717aef8373 (diff) | |
Document that the placeholder tag requires v1.3.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
