5 references to FormatMissingOption
GetDocument.Insider (5)
Commands\GetDocumentCommand.cs (2)
45
throw new CommandException(Resources.
FormatMissingOption
(_fileListPath.LongName));
50
throw new CommandException(Resources.
FormatMissingOption
(_output.LongName));
Commands\ProjectCommandBase.cs (3)
36
throw new CommandException(Resources.
FormatMissingOption
(AssemblyPath.LongName));
41
throw new CommandException(Resources.
FormatMissingOption
(ProjectName.LongName));
46
throw new CommandException(Resources.
FormatMissingOption
(ToolsDirectory.LongName));