File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- # mainargs 0.7.6
1+ # mainargs 0.7.7
22
33MainArgs is a small, dependency-free library for command line argument parsing
44in Scala.
@@ -38,7 +38,7 @@ in its scripts, as well as for command-line parsing for the
3838# Usage
3939
4040``` scala
41- ivy " com.lihaoyi::mainargs:0.7.6 "
41+ ivy " com.lihaoyi::mainargs:0.7.7 "
4242```
4343
4444## Parsing Main Method Parameters
@@ -630,9 +630,14 @@ command-line friendly tool.
630630
631631# Changelog
632632
633+ ## 0.7.7
634+
635+ - Add ` mainargs.Parser ` as a shorthand alias for ` mainargs.ParserForClass ` and
636+ ` mainargs.ParserForMethods ` [ #201 ] ( http://github.com/com-lihaoyi/mainargs/pull/201 )
637+
633638## 0.7.6
634639
635- - add support for Scala 2 varargs in scala 3 macro [ #167 ] ( http://github.com/com-lihaoyi/mainargs/pull/167 )
640+ - Add support for Scala 2 varargs in scala 3 macro [ #167 ] ( http://github.com/com-lihaoyi/mainargs/pull/167 )
636641
637642## 0.7.5
638643
You can’t perform that action at this time.
0 commit comments