5 references to Command
dotnet-user-secrets (5)
CommandLineOptions.cs (5)
53app.Command("set", c => SetCommand.Configure(c, options, console)); 54app.Command("remove", c => RemoveCommand.Configure(c, options)); 55app.Command("list", c => ListCommand.Configure(c, options)); 56app.Command("clear", c => ClearCommand.Configure(c, options)); 57app.Command("init", c => InitCommandFactory.Configure(c, options, optionFile));