-
Notifications
You must be signed in to change notification settings - Fork 286
Update to dotnet-core branch to be up-to-date with master branch #370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…t. Made easier to override by bring it up to the ParserSettings class. Added ParserSettings.MaximumDisplayWidth property that will be passed to HelpText Added maxDisplayWidth params to several methods with a default of DefaultMaximumLength if not provided Added an attempt to set the MaximumDisplayWidth in ParserSettings and HelpText to Console.WindowWidth and if it isn't possible use MaximumDisplayWidth instead.
Defaults to current consoles width if available otherwise uses default. Made easier to override by bring it up to the ParserSettings class.
The attribute Hidden has been added to OptionAttribute, ValueAttribute, and VerbAttribute. By default it is false. Changes to support this new attribute so that if hidden it is not visible in the help text, but is still usable if called correctly. If you ask for help on a hidden verb you will get the help displayed but hidden options will still be hidden. Allowing for hidden verbs with not hidden options. Resolves issue #263
Previous behavior split the incoming token long-name value using the equal sign as the separator. This would cause an option's value containing spaces to get truncated. New behavior does regex. match to make sure format is correct and gets the full value.
…tion-value Allow spaces when tokenizing option-value
Implemented Hidden Verbs, Options and Values
Fixed typo.
Newer tools require some config changes. xUnit also has incompatibilities with .Net 4.0 assemblies.
Also changed IList<Attribute> to IEnumerable<Attribute>.
…erence Fix for missing author null reference (#332)
fix outdated README section under csharp with working example.
Update README.md
This reverts commit 4e15d55.
This reverts commit d4e0b25.
Add unit tests for TypeConverter for scalars (only). Add DotSettings.user to .gitignore.
Fix for invalid cast when specifying true or false for int option (#339)
|
I'm pretty sure I merged everything in the dotnet-core branch back into master, but if anything this merge should be going the other way: This branch will be deleted soon now that master has support for .net core, so I won't merge this. Have you noticed anything I should merge back into master? |
|
@nemec Sorry, I didn't know the support is already there on master, as the readme says otherwise. Can we close / merge down this one and update the readme then? |
No description provided.