5 references to CliSchemaOption
dotnet (2)
Parser.cs (2)
195
rootCommand.
CliSchemaOption
.Action = new PrintCliSchemaAction(rootCommand.
CliSchemaOption
);
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Parser.cs (2)
233
rootCommand.
CliSchemaOption
.Action = new PrintCliSchemaAction(rootCommand.
CliSchemaOption
);
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
124
Options.Add(
CliSchemaOption
);