We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed0ce1 commit a481a09Copy full SHA for a481a09
readme.md
@@ -1,4 +1,4 @@
1
-# mainargs 0.7.5
+# mainargs 0.7.6
2
3
MainArgs is a small, dependency-free library for command line argument parsing
4
in Scala.
@@ -38,7 +38,7 @@ in its scripts, as well as for command-line parsing for the
38
# Usage
39
40
```scala
41
-ivy"com.lihaoyi::mainargs:0.7.5"
+ivy"com.lihaoyi::mainargs:0.7.6"
42
```
43
44
## Parsing Main Method Parameters
@@ -625,6 +625,10 @@ command-line friendly tool.
625
626
# Changelog
627
628
+## 0.7.6
629
+
630
+- add support for Scala 2 varargs in scala 3 macro [#167](http://github.com/com-lihaoyi/mainargs/pull/167)
631
632
## 0.7.5
633
634
- Fix reporting of incomplete short args [#162](https://github.com/com-lihaoyi/mainargs/pull/162)
0 commit comments