Nate McMaster

Results 130 comments of Nate McMaster
trafficstars

As explained in https://github.com/natemcmaster/DotNetCorePlugins/issues/117, the only pieces of work I had originally planned to do were for maintenance. However, given little interest I have in maintaining this and that there...

It’s good to hear you found it useful! To be clear, I haven’t archived yet. I’m considering it. If other people want to chip in to maintain it, we can...

Thanks all for the supportive comments! I released the 2.0 beta to nuget almost 2 years ago, around the time personal changes in my life made it so I had...

Fixed in https://github.com/natemcmaster/CommandLineUtils/pull/542 by @sallerga. Thanks for the fix! This will be released as version 4.1.1

Checkout how `app.VersionOptionFromAssemblyAttributes` is implemented. It's a helper method that just calls `.VersionOption`. If you want to customize things, use `.VersionOption` instead https://github.com/natemcmaster/CommandLineUtils/blob/81199c7ec68367ea9612be55719dc1fe08f658da/src/CommandLineUtils/CommandLineApplicationExtensions.cs#L145-L182

This is something the documentation could clarify. But in the absence of that, here are the test cases which demonstrate currently supported syntax: https://github.com/natemcmaster/CommandLineUtils/blob/81199c7ec68367ea9612be55719dc1fe08f658da/test/CommandLineUtils.Tests/CommandOptionTests.cs#L12-L31

> @natemcmaster I understand the project is in maintenance mode, but would you be willing to address this at some point, particularly if it continues to be a problem in...

Already possible - https://natemcmaster.github.io/CommandLineUtils/v3.0/api/McMaster.Extensions.CommandLineUtils.OptionAttributeBase.html#McMaster_Extensions_CommandLineUtils_OptionAttributeBase_ShowInHelpText

Did you try this instead? https://github.com/natemcmaster/CommandLineUtils/blob/81199c7ec68367ea9612be55719dc1fe08f658da/docs/docs/options.md?plain=1#L73-L76

Seems like an issue with .NET that would affect all CLI tools, not just this one, right? Or is there some kind of new packaging thing that breaks with .NET...