Skip to content

DotMake.CommandLine v1.5.0

Choose a tag to compare

@calacayir calacayir released this 22 Dec 15:29
· 142 commits to main since this release
  • Added: For a CLI option or argument, any type with a public constructor or a static Parse method with a string parameter
    can be now be used. These types can be bound/parsed automatically even if they are wrapped with Enumerable or Nullable
    type (note that as of current version, custom class support when using AOT compilation is not stable but trimming works)