1 write to ToolsDirectory
GetDocument.Insider (1)
Commands\ProjectCommandBase.cs (1)
27
ToolsDirectory
= command.Option("--tools-directory <PATH>", Resources.ToolsDirectoryDescription);
3 references to ToolsDirectory
GetDocument.Insider (3)
Commands\GetDocumentCommand.cs (1)
64
var toolsDirectory =
ToolsDirectory
.Value();
Commands\ProjectCommandBase.cs (2)
44
if (!
ToolsDirectory
.HasValue())
46
throw new CommandException(Resources.FormatMissingOption(
ToolsDirectory
.LongName));