Readme update for alternative string values flag

This commit is contained in:
moritamori 2022-11-13 23:41:23 +09:00
parent 71d3edd22d
commit ed2895e2a7
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ Flags:
transform each item name by removing a prefix. Default: ""
-type string
comma-separated list of type names; must be set
-values
if true, alternative string values method will be generated. Default: false
-yaml
if true, yaml marshaling methods will be generated. Default: false
```