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