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