Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
added configbuilder and example config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
max-wittig committed Jan 13, 2017
1 parent 776931e commit 3a0f0a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/com/maxwittig/reportgenerator/main/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ fun main(args: Array<String>)
{
if(args.size < 2)
{
println("Missing arguments")
println("Required arguments: <configFileLocation> <timekeeper.json file location> <reportType>")
return
throw IllegalArgumentException("Required arguments: <configFileLocation> <timekeeper.json_file_location> <reportType>[html||plan]")
}
val configFile = File(args[0])
val timekeeperFile = File(args[1])
Expand Down

0 comments on commit 3a0f0a4

Please sign in to comment.