Skip to content

Commit

Permalink
Default output folder to out/
Browse files Browse the repository at this point in the history
Signed-off-by: rjshrjndrn <[email protected]>
  • Loading branch information
rjshrjndrn committed Feb 11, 2024
1 parent ee331cc commit c7449c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func processTemplate(inputPath, outputPath string) error {
func main() {
var inputPath, outputPath string
flag.StringVar(&inputPath, "i", "", "Path to input file or directory")
flag.StringVar(&outputPath, "o", "", "Output directory (optional)")
flag.StringVar(&outputPath, "o", "out", "Output directory (optional, default: out)")
flag.Parse()

if inputPath == "" {
Expand Down

0 comments on commit c7449c5

Please sign in to comment.