Extensions for System.CommandLine help.
| Package | NuGet | Description |
|---|---|---|
| HelpLine.Docs | Provide rich documentation directly in your CLI app using Markdown | |
| HelpLine.HelpBuilder | Source-compatible adapter for the System.CommandLine HelpBuilder APIs |
Preview packages are published to GitHub Packages here:
https://nuget.pkg.github.com/jonsequitur/index.json
Run eng/Update-HelpCompatFromUpstream.ps1 to refresh the HelpCompat files and the copied HelpBuilder test coverage from the latest dotnet/command-line-api source. The API compatibility snapshot tests are intentionally maintained locally in this repo.
dotnet build .\system-commandline-extensions.slnx
dotnet test --solution .\system-commandline-extensions.slnx