When config file doesn't exist, dont show exception #60
Open
Description
Exception in thread "main" java.lang.IllegalStateException: Config file does not exist (gitquery.yml)
at com.tinder.gitquery.core.config.GitQueryConfig$Companion.load(GitQueryConfig.kt:124)
at com.tinder.gitquery.cli.GitQueryCli.run(GitQueryCli.kt:104)
at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:171)
at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:16)
at com.github.ajalt.clikt.core.CliktCommand.parse(CliktCommand.kt:395)
at com.github.ajalt.clikt.core.CliktCommand.parse$default(CliktCommand.kt:392)
at com.github.ajalt.clikt.core.CliktCommand.main(CliktCommand.kt:410)
at com.github.ajalt.clikt.core.CliktCommand.main(CliktCommand.kt:435)
at com.tinder.gitquery.cli.GitQueryCliKt.main(GitQueryCli.kt:137)
Metadata
Assignees
Labels
No labels