Skip to content

Commit

Permalink
support format option (dot only). compatible BurntSushi/erd.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaishuu0123 committed Jul 21, 2018
1 parent f04b99f commit ae08532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions erd.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
)

type Options struct {
OutFormat string `short:"f" long:"fmt" description:"output format (dot only)"`
InputFile string `short:"i" long:"input" description:"input will be read from the given file."`
OutputFile string `short:"o" long:"output" description:"output will be written to the given file."`
}
Expand Down
2 changes: 1 addition & 1 deletion templates_bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae08532

Please sign in to comment.