Skip to content

Commit

Permalink
renamed stdlib generator
Browse files Browse the repository at this point in the history
  • Loading branch information
NotLe0n committed Dec 2, 2023
1 parent 51c84ec commit f6650f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gen/htmlGenerator.go → gen/stdlib-generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ func clearDirectory(dir string) {
}

func main() {
fmt.Printf("Argument Count: %d\n", len(os.Args))

if len(os.Args) != 1 {
return
}

inputDir := ddppath.Duden
outputDirDe := "../content/DE/Programmierung/Standardbibliothek"
outputDirEn := "../content/EN/Programmierung/Standardbibliothek"
Expand Down

0 comments on commit f6650f6

Please sign in to comment.