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