4 references to s_sourceOption
aspire (4)
Commands\NewCommand.cs (3)
88
Options.Add(
s_sourceOption
);
134
if (!string.IsNullOrWhiteSpace(parseResult.GetValue(
s_sourceOption
)))
497
var source = parseResult.GetValue(
s_sourceOption
);
Commands\TemplateCommand.cs (1)
31
if (!string.IsNullOrWhiteSpace(parseResult.GetValue(NewCommand.
s_sourceOption
)))