10 references to OutputOption
dotnet (3)
Commands\New\NewCommandParser.cs (1)
81
FileInfo? outputPath = parseResult.GetValue(SharedOptions.
OutputOption
);
Commands\Project\Convert\ProjectConvertCommand.cs (1)
16
private readonly string? _outputDirectory = parseResult.GetValue(SharedOptions.
OutputOption
)?.FullName;
Commands\Project\Convert\ProjectConvertCommandParser.cs (1)
34
SharedOptions.
OutputOption
,
Microsoft.TemplateEngine.Cli (6)
Commands\create\InstantiateCommand.cs (2)
26
Options.Add(SharedOptions.
OutputOption
);
34
Validators.Add(symbolResult => parentCommand.ValidateOptionUsage(symbolResult, SharedOptions.
OutputOption
));
Commands\create\InstantiateCommand.Help.cs (1)
291
SharedOptions.
OutputOption
,
Commands\create\TemplateCommand.cs (1)
53
Options.Add(SharedOptions.
OutputOption
);
Commands\list\BaseListCommand.cs (1)
32
Options.Add(SharedOptions.
OutputOption
);
Commands\NewCommand.cs (1)
39
Options.Add(SharedOptions.
OutputOption
);
Microsoft.TemplateEngine.Cli.UnitTests (1)
ParserTests\MiscTests.cs (1)
185
Assert.Equal(expected, parseResult.GetValue(SharedOptions.
OutputOption
)?.Name);