2 references to CommandContext
dotnet-user-secrets (2)
Program.cs (2)
77
initCmd.Execute(new
CommandContext
(null, reporter, _console), _workingDirectory);
89
var context = new Internal.
CommandContext
(store, reporter, _console);