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 1d04a6b commit 8ea72b8Copy full SHA for 8ea72b8
readme.md
@@ -1,4 +1,4 @@
1
-# mainargs 0.6.1
+# mainargs 0.6.2
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.6.1"
+ivy"com.lihaoyi::mainargs:0.6.2"
42
```
43
44
## Parsing Main Method Parameters
@@ -625,6 +625,11 @@ command-line friendly tool.
625
626
# Changelog
627
628
+## 0.6.2
629
+
630
+- Make combine short args that fail to parse go through normal leftover-token code paths
631
+ [#112](https://github.com/com-lihaoyi/mainargs/pull/112)
632
633
## 0.6.1
634
635
- Fix stackoverflow from incorrect binary compatibility shim
0 commit comments