4 references to Option
dotnet-user-secrets (4)
Internal\ListCommand.cs (1)
19var optJson = command.Option("--json", "Use json output. JSON is wrapped by '//BEGIN' and '//END'",
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
386OptionHelp = Option(template, "Show help information", CommandOptionType.NoValue); 412OptionVersion = Option(template, "Show version information", CommandOptionType.NoValue);
src\Tools\Shared\CommandLine\CommandLineApplicationExtensions.cs (1)
26=> command.Option(