Skip to content

Commit

Permalink
Merge pull request #41 from dmarkham/readme-update
Browse files Browse the repository at this point in the history
Readme update
  • Loading branch information
dmarkham authored Jan 31, 2021
2 parents b96c3ca + be4c11f commit 677b61c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ matrix:
allow_failures:
- go: master
include:
- go: 1.13.x
- go: 1.14.x
- go: 1.15.x
- go: master
env:
global:
Expand All @@ -24,6 +24,6 @@ deploy:
- cli/build/enumer.windows-amd64.exe.tar.gz
- cli/build/sha256sum.txt
on:
go: 1.14.x
go: 1.15.x
repo: dmarkham/enumer
tags: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Flags:
transform each item name by adding a prefix. Default: ""
-comment value
comments to include in generated code, can repeat. Default: ""
-gqlgen
if true, GraphQL marshaling methods for gqlgen will be generated. Default: false
-json
if true, json marshaling methods will be generated. Default: false
-linecomment
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ require (
golang.org/x/tools v0.0.0-20200221224223-e1da425f72fd
)

go 1.13
go 1.14

0 comments on commit 677b61c

Please sign in to comment.