Skip to content

Commit dfc1484

Browse files
committed
0.5.3
1 parent b25a9fb commit dfc1484

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mainargs 0.5.1
1+
# mainargs 0.5.3
22

33
MainArgs is a small, dependency-free library for command line argument parsing
44
in Scala.
@@ -45,7 +45,7 @@ in its scripts, as well as for command-line parsing for the
4545
# Usage
4646

4747
```scala
48-
ivy"com.lihaoyi::mainargs:0.5.1"
48+
ivy"com.lihaoyi::mainargs:0.5.3"
4949
```
5050

5151
## Parsing Main Method Parameters
@@ -519,6 +519,10 @@ command-line friendly tool.
519519

520520
# Changelog
521521

522+
## 0.5.3
523+
524+
- Support GFlags-style `--foo=bar` syntax [#98](https://github.com/com-lihaoyi/mainargs/pull/98)
525+
522526
## 0.5.1
523527

524528
- Fix handling of case class main method parameter default parameters and

0 commit comments

Comments
 (0)