13 references to Option
dotnet-dev-certs (13)
Program.cs (10)
66
var exportPath = c.
Option
("-ep|--export-path",
70
var password = c.
Option
("-p|--password",
75
var noPassword = c.
Option
("-np|--no-password",
79
var check = c.
Option
(
84
var clean = c.
Option
(
89
var import = c.
Option
(
94
var format = c.
Option
(
100
trust = c.
Option
("-t|--trust",
104
var verbose = c.
Option
("-v|--verbose",
108
var quiet = c.
Option
("-q|--quiet",
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
(