Class BowireHelpServiceCollectionExtensions
- Namespace
- Kuestenlogik.Bowire
- Assembly
- Kuestenlogik.Bowire.Help.dll
Opt-in registration for the in-app help provider. Embedded hosts
call builder.Services.AddBowireHelp() alongside
app.MapBowire(); standalone tool + Docker image take this
package as a transitive reference so the CLI surface gets help
without extra wiring.
public static class BowireHelpServiceCollectionExtensions
- Inheritance
-
BowireHelpServiceCollectionExtensions
- Inherited Members
Methods
AddBowireHelp(IServiceCollection)
Register the markdown-backed IBowireHelpProvider as a singleton. The provider scans the embedded docs/ subset once at construction; cost is amortised over the host's lifetime.
public static IServiceCollection AddBowireHelp(this IServiceCollection services)
Parameters
servicesIServiceCollection