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