1 write to ProjectName
dotnet-getdocument (1)
ProjectOptions.cs (1)
28
ProjectName
= command.Option("--project <Name>", Resources.ProjectDescription);
3 references to ProjectName
dotnet-getdocument (3)
Commands\InvokeCommand.cs (1)
45
var projectName = _projectOptions.
ProjectName
.Value();
ProjectOptions.cs (2)
39
if (!
ProjectName
.HasValue())
41
throw new CommandException(Resources.FormatMissingOption(
ProjectName
.LongName));