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 b25a9fb commit dfc1484Copy full SHA for dfc1484
readme.md
@@ -1,4 +1,4 @@
1
-# mainargs 0.5.1
+# mainargs 0.5.3
2
3
MainArgs is a small, dependency-free library for command line argument parsing
4
in Scala.
@@ -45,7 +45,7 @@ in its scripts, as well as for command-line parsing for the
45
# Usage
46
47
```scala
48
-ivy"com.lihaoyi::mainargs:0.5.1"
+ivy"com.lihaoyi::mainargs:0.5.3"
49
```
50
51
## Parsing Main Method Parameters
@@ -519,6 +519,10 @@ command-line friendly tool.
519
520
# Changelog
521
522
+## 0.5.3
523
+
524
+- Support GFlags-style `--foo=bar` syntax [#98](https://github.com/com-lihaoyi/mainargs/pull/98)
525
526
## 0.5.1
527
528
- Fix handling of case class main method parameter default parameters and
0 commit comments