Merge pull request #71 from moritamori/fix-readme

Readme update for alternative string values flag
This commit is contained in:
Dan Markham 2022-11-19 23:05:53 -08:00 committed by GitHub
commit ff555f73ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: "" transform each item name by removing a prefix. Default: ""
-type string -type string
comma-separated list of type names; must be set comma-separated list of type names; must be set
-values
if true, alternative string values method will be generated. Default: false
-yaml -yaml
if true, yaml marshaling methods will be generated. Default: false if true, yaml marshaling methods will be generated. Default: false
``` ```