4 references to SetCommand
dotnet-user-secrets (1)
CommandLineOptions.cs (1)
49
app.Command("set", c =>
SetCommand
.Configure(c, options, console));
Microsoft.Extensions.SecretManager.Tools.Tests (3)
SetCommandTest.cs (3)
37
var command = new
SetCommand
.FromStdInStrategy();
64
var command = new
SetCommand
.FromStdInStrategy();
84
Assert.IsType<
SetCommand
.ForOneValueStrategy>(options.Command);