Summary
Configure the commandline delegate to the convention scanner
- Assembly
- Rocket
.Surgery .Extensions .CommandLine .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Command
Line Host Builder Extensions
Syntax
public static IConventionHostBuilder ConfigureCommandLine(this IConventionHostBuilder container, CommandLineConventionDelegate delegate)
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
| Name | Type | Description |
|---|---|---|
| container | I |
The container. |
| delegate | Command |
The delegate. |
Return Value
| Type | Description |
|---|---|
| I |
IConventionHostBuilder. |
