Command Line Parser v2.9.0-preview1 Release Notes
Release Date: 2020-07-24 // over 4 years ago-
โ Added
- โ Add multi-instance option support by @rmunn and @tydunkel, PR# 594.
- ๐ Fix unparsing FileInfo and DirectoryInfo by@kapsiR, PR# 627.
- ๐ Move Errors and Value up to the abstract class definition, fixes #543 , #165 by @johnjaylward, PR# 634.
- โ Add support for flags enums, fixes #247, #599 and #582 by @shaosss, PR# 623.
- ๐ Implement verb aliases, fixes #6, #517 by@johnjaylward, PR# 636.
- โ Add a new method FormatCommandLineArgs to unparse commandline to array of string, Fix #375 and #628 .
- Also, add SplitArgs method to split commandline, fix #665 by@moh-hassan, PR# 662 and commit cccae2db.
- ๐ Allow single dash as a value, fix #300 and #574 by @moh-hassan, PR# 669.