-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Please put a table of command line switches in README.md #115
Comments
https://spectreconsole.net/ automatically generates command help for the allowable arguments/options/switches - perhaps migrating to that CLI would be a better solution than hardcoded documentation in the readme? |
Out of interest @MichalStrehovsky, would you be interested in a good quality PR to include spectre.console? MSBuild have recently moved over to use it, see: dotnet/source-build-externals#244 My interest here is as the CLI subsystem maintainer, where I've been authoring substantive improvements to the help text generator, amongst other things. I believe in the quality of the project - no commercial incentives. Also cool with me, if you are happy with status quo. |
Do you know if spectre.console is trimming/AOT friendly? How reflection heavy it is? How much does it add to the size of a |
There are a few AOT issues logged, but I think these are for the ANSI console widgets, not the CLI which is now a separate standalone nuget and doesn't use reflection. I think without a commitment for either of us to do anything, I'm still personally interested in exploring this a bit further. If I make progress, I'll be happy to submit a draft PR, even if it comes to nothing. I do generally support cake.net in their spectre.console usage from time to time, so in a similar manner, any adoption of it should help you, not hinder. Let's see where this goes. |
No description provided.
The text was updated successfully, but these errors were encountered: