You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate with popular command-line parsers to allow:
Zero-effort improvement to formatting of help texts. Should match the original tool's formatting closely, but improve upon it.
Easy customization options like colors, offsets, headers, padding etc.
Deep customization by providing source data in a ready-to-use form if the original tool doesn't. Code for generating documents from the points above should serve as a sample in this case.
Likely candidates:
CommandLineParser — by far the most popular, supporting both major versions may be a good idea
@drewnoakes Is it available as a NuGet package? I can't find it. It has some limitations and questionable implementation in a few places, but I like its API. If it isn't available on NuGet though, I can't support it in a sensible way. It's also been in CoreFXLabs for 3 years already, which isn't promising.
Integrate with popular command-line parsers to allow:
Zero-effort improvement to formatting of help texts. Should match the original tool's formatting closely, but improve upon it.
Easy customization options like colors, offsets, headers, padding etc.
Deep customization by providing source data in a ready-to-use form if the original tool doesn't. Code for generating documents from the points above should serve as a sample in this case.
Likely candidates:
Evaluate command line packages:
The text was updated successfully, but these errors were encountered: