case-app
case-app copied to clipboard
Type-level & seamless command-line argument parsing for Scala
## About this PR 📦 Updates [com.lihaoyi:mill-main](https://github.com/com-lihaoyi/mill) from `0.11.8` to `0.11.9` 📜 [GitHub Release Notes](https://github.com/com-lihaoyi/mill/releases/tag/0.11.9) - [Release Notes](https://github.com/com-lihaoyi/mill#changelog) - [Version Diff](https://github.com/com-lihaoyi/mill/compare/0.11.8...0.11.9) ## Usage ✅ **Please merge!** I'll automatically update this...
This reverts the addition of `prefix` for recurse. A few issues were found: 1. a `Recurse` with prefix of a case class that also contained a `Recurse` with prefix had...
## About this PR 📦 Updates [com.github.lolgab:mill-mima](https://github.com/lolgab/mill-mima) from `0.0.24` to `0.1.1` 📜 [GitHub Release Notes](https://github.com/lolgab/mill-mima/releases/tag/0.1.1) - [Version Diff](https://github.com/lolgab/mill-mima/compare/0.0.24...0.1.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.3` to `3.3.4` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.3.4) - [Version Diff](https://github.com/scala/scala3/compare/3.3.3...3.3.4) - [Version Diff](https://github.com/scala/scala3/compare/release-3.3.3...release-3.3.4) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates * [org.scala-lang:scala-compiler](https://github.com/scala/scala) * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.13.14` to `2.13.15` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.15) - [Version Diff](https://github.com/scala/scala/compare/v2.13.14...v2.13.15) ## Usage ✅ **Please merge!** I'll automatically...
## About this PR 📦 Updates [org.scalameta:mdoc](https://github.com/scalameta/mdoc) from `2.5.4` to `2.6.1` 📜 [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.6.1) - [Version Diff](https://github.com/scalameta/mdoc/compare/v2.5.4...v2.6.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [com.lihaoyi:os-lib](https://github.com/com-lihaoyi/os-lib) from `0.10.2` to `0.10.7` 📜 [GitHub Release Notes](https://github.com/com-lihaoyi/os-lib/releases/tag/0.10.7) - [Version Diff](https://github.com/com-lihaoyi/os-lib/compare/0.10.2...0.10.7) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
I have a command defined like so: ```scala @HelpMessage("help-4") case object Build extends Command[CommonOptions]: override def names: List[List[String]] = List(List("build")) override def help = super.help.copy(helpMessage = Some(HelpMessage("help-1", "help-2", "help-3"))) override...
## About this PR 📦 Updates * [org.scala-lang:scala-compiler](https://github.com/scala/scala) * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.12.19` to `2.12.20` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.20) - [Version Diff](https://github.com/scala/scala/compare/v2.12.19...v2.12.20) ## Usage ✅ **Please merge!** I'll automatically...