4 references to ToolManifestOption
dotnet (2)
Commands\Tool\Install\ToolInstallCommandParser.cs (1)
113
command.Options.Add(
ToolManifestOption
);
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
51
_explicitManifestFile = parseResult.GetValue(ToolInstallCommandParser.
ToolManifestOption
);
dotnet.Tests (2)
CommandTests\Tool\Install\InstallToolParserTests.cs (1)
97
result.GetRequiredValue(ToolInstallCommandParser.
ToolManifestOption
).Should().Be("folder/my-manifest.format");
CommandTests\Tool\Update\UpdateToolParserTests.cs (1)
180
result.GetValue(ToolInstallCommandParser.
ToolManifestOption
).Should().Be(@"folder/my-manifest.format");