1 write to ProjectName
GetDocument.Insider (1)
Commands\ProjectCommandBase.cs (1)
26
ProjectName
= command.Option("--project <Name>", Resources.ProjectDescription);
3 references to ProjectName
GetDocument.Insider (3)
Commands\GetDocumentCommand.cs (1)
145
ProjectName =
ProjectName
.Value(),
Commands\ProjectCommandBase.cs (2)
39
if (!
ProjectName
.HasValue())
41
throw new CommandException(Resources.FormatMissingOption(
ProjectName
.LongName));