Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerb committed Dec 1, 2014
1 parent b717e8f commit 5a7c665
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ genny [{flags}] gen "{types}"
gen - generates type specific code from generic code.
{flags} - (optional) Command line flags (see below)
{types} - (optional) Command line flags (see below)
{types} - (required) Specific types for each generic type in the source
{types} format: {generic}={specific}[,another][ {generic2}={specific2}]
Examples:
Generic=Specific
Generic1=Specific1 Generic2=Specific2
Expand All @@ -45,6 +45,7 @@ Examples:
Flags:
-in="": file to parse instead of stdin
-out="": file to save output to instead of stdout
-pkg="": package name for generated files
```

* Comma separated type lists will generate code for each type
Expand Down

0 comments on commit 5a7c665

Please sign in to comment.