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