3 references to TrustCommandAllowUntrustedRoot
NuGet.CommandLine.XPlat (3)
Commands\Signing\TrustedSignersCommand.cs (3)
83
var allowUntrustedRootOption = new Option<bool>("--allow-untrusted-root") { Description = Strings.
TrustCommandAllowUntrustedRoot
, Arity = ArgumentArity.Zero };
105
var allowUntrustedRootOption = new Option<bool>("--allow-untrusted-root") { Description = Strings.
TrustCommandAllowUntrustedRoot
, Arity = ArgumentArity.Zero };
130
var allowUntrustedRootOption = new Option<bool>("--allow-untrusted-root") { Description = Strings.
TrustCommandAllowUntrustedRoot
, Arity = ArgumentArity.Zero };