2 references to ProjectPathArgument
dotnet (1)
Commands\Solution\Remove\SolutionRemoveCommand.cs (1)
23
_projects = [.. parseResult.GetValue(Definition.
ProjectPathArgument
) ?? []];
Microsoft.DotNet.Cli.Definitions (1)
Commands\Solution\SolutionRemoveCommandDefinition.cs (1)
20
Arguments.Add(
ProjectPathArgument
);