Table of Contents

Cli.Ext Property

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Provides extension methods for Cli. These are usually automatically generated by the source generator when current project supports a specific feature through a dependency, e.g. when you add package Microsoft.Extensions.DependencyInjection, dependency injection related extension methods will be available here.

public static CliExtensions Ext { get; }

Property Value

CliExtensions