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)
45
if (!
_fileListPath
.HasValue())
47
throw new CommandException(Resources.FormatMissingOption(
_fileListPath
.LongName));
143
FileListPath =
_fileListPath
.Value(),