optparse-applicative icon indicating copy to clipboard operation
optparse-applicative copied to clipboard

Scala port of Paolo Capriotti's optparse-applicative library. fork from https://github.com/bmjames/scala-optparse-applicative

Results 2 optparse-applicative issues
Sort by recently updated
recently updated
newest added

## About this PR 📦 Updates * [org.scala-lang:scala3-library](https://github.com/scala/scala3) * [org.scala-lang:scala3-library_sjs1](https://github.com/scala/scala3) from `3.3.3` to `3.4.2` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.4.2) - [Version Diff](https://github.com/scala/scala3/compare/3.3.3...3.4.2) - [Version Diff](https://github.com/scala/scala3/compare/release-3.3.3...release-3.4.2) ## Usage ✅ **Please merge!** I'll...

In Haskell I could do something like ```haskell description = fullDesc progDesc "Program description" header "program header" ``` but Scala doesn't seem to allow me to compose `progDesc` with `fullDesc`,...