We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
case class Options(length: Option[Int] = Some(10), interval: Option[Int] = Some(3), parallelRequests: Option[Int] = Some(4096)) import caseapp._ val options = CaseApp.parse[Options](args)
This gives a compile time error: No implicits found for parameter eveidence$1: Parser[Options]
No implicits found for parameter eveidence$1: Parser[Options]
The text was updated successfully, but these errors were encountered:
Just realised it compiles fine but it's intelliJ's editor which reports this error.
Sorry, something went wrong.
Same problem here. Any ideas how to chillax intelliJ compiler?
No branches or pull requests
This gives a compile time error:
No implicits found for parameter eveidence$1: Parser[Options]
The text was updated successfully, but these errors were encountered: