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