Skip to content

Commit

Permalink
feat: add support for creating rendered templates as files
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed Jul 7, 2021
1 parent a1a654a commit 94091c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/dir/dir.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
)

type Directory struct {
Path string
OutDir string
Path string
OutDir string
}

func Render() *cli.Command {
Expand Down

0 comments on commit 94091c4

Please sign in to comment.