14 references to Option
dotnet-dev-certs (14)
Program.cs (11)
70
var exportPath = c.
Option
("-ep|--export-path",
74
var password = c.
Option
("-p|--password",
79
var noPassword = c.
Option
("-np|--no-password",
83
var check = c.
Option
(
88
var clean = c.
Option
(
93
var import = c.
Option
(
98
var format = c.
Option
(
104
trust = c.
Option
("-t|--trust",
109
var verbose = c.
Option
("-v|--verbose",
113
var quiet = c.
Option
("-q|--quiet",
117
var checkJsonOutput = c.
Option
("--check-trust-machine-readable",
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
386
OptionHelp =
Option
(template, "Show help information", CommandOptionType.NoValue);
412
OptionVersion =
Option
(template, "Show version information", CommandOptionType.NoValue);
src\Tools\Shared\CommandLine\CommandLineApplicationExtensions.cs (1)
26
=> command.
Option
(