zio / zio-cli

Rapidly build powerful command-line applications powered by ZIO
https://zio.dev/zio-cli
Apache License 2.0
132 stars 78 forks source link

Native and ScalaJS support + ci fixed #289

Closed pablf closed 9 months ago

pablf commented 9 months ago

The build was set up for ScalaJS but it had compile errors. Testing for ScalaJS (and Native, that was not set up) defaulted to JVM. I think that this was happening in zio-nio also, so maybe some other zio project has a similar setup.