1 write to _fileListPath
GetDocument.Insider (1)
Commands\GetDocumentCommand.cs (1)
33_fileListPath = command.Option("--file-list <Path>", Resources.FileListDescription);
3 references to _fileListPath
GetDocument.Insider (3)
Commands\GetDocumentCommand.cs (3)
45if (!_fileListPath.HasValue()) 47throw new CommandException(Resources.FormatMissingOption(_fileListPath.LongName)); 143FileListPath = _fileListPath.Value(),