v1.2.0
andrey-zherikov
released this
16 Sep 22:09
·
115 commits
to master
since this release
Enhancements
- Add support of custom types:
struct Value { string a; } struct T { @(NamedArgument.Parse!((string s) { return Value(s); })) Value s; }
Bug fixes
-
Fix for the case when main program is attributed with
Command
without name:@(Command.Description("Description of main program")) struct Program { ... }
-
Ignore arguments with long invocation text during indent calculation for help text:
Optional arguments: -x X 1 x --yyyyyyyyyyyy YYYYYYYYYYYY 12 ys -h, --help Show this help message and exit