2 references to Parse
dotnet-user-secrets (1)
Program.cs (1)
55
options = CommandLineOptions.
Parse
(args, _console);
Microsoft.Extensions.SecretManager.Tools.Tests (1)
SetCommandTest.cs (1)
83
var options = CommandLineOptions.
Parse
(new[] { "set", "key", "value" }, testConsole);