3 references to s_versionOption
aspire (3)
Commands\InitCommand.cs (3)
105
Options.Add(
s_versionOption
);
590
Version = parseResult.GetValue(
s_versionOption
),
749
if (parseResult.GetValue(
s_versionOption
) is { } version)