8 references to Option
dotnet-getdocument (8)
ProjectOptions.cs (6)
24AssemblyPath = command.Option("--assembly <Path>", Resources.AssemblyDescription); 25AssetsFile = command.Option("--assets-file <Path>", Resources.AssetsFileDescription); 26TargetFramework = command.Option("--framework <FRAMEWORK>", Resources.TargetFrameworkDescription); 27Platform = command.Option("--platform <Target>", Resources.PlatformDescription); 28ProjectName = command.Option("--project <Name>", Resources.ProjectDescription); 29RuntimeFrameworkVersion = command.Option("--runtime <RUNTIME_IDENTIFIER>", Resources.RuntimeDescription);
src\Tools\GetDocumentInsider\src\Commands\CommandBase.cs (2)
28var prefixOutput = command.Option("--prefix-output", Resources.PrefixDescription); 29var quiet = command.Option("-q|--quiet", Resources.QuietDescription);