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