You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -561,7 +561,7 @@ Both can coexist with standard Tag parsing.
561
561
|`name:"X"`| Long name, for overriding field name. |
562
562
|`help:"X"`| Help text. |
563
563
|`type:"X"`| Specify [named types](#custom-named-decoders) to use. |
564
-
|`placeholder:"X"`| Placeholder text. |
564
+
|`placeholder:"X"`| Placeholder input, if flag. e.g. `` `placeholder:"<the-placeholder>"` `` will show `--flag-name=<the-placeholder>` when displaying help.|
565
565
|`default:"X"`| Default value. |
566
566
|`default:"1"`| On a command, make it the default. |
567
567
|`default:"withargs"`| On a command, make it the default and allow args/flags from that command |
0 commit comments