6 writes to Description
dotnet-user-secrets (6)
CommandLineOptions.cs (1)
28Description = "Manages user secrets"
Internal\ClearCommand.cs (1)
12command.Description = "Deletes all the application secrets";
Internal\InitCommand.cs (1)
21command.Description = "Set a user secrets ID to enable secret storage";
Internal\ListCommand.cs (1)
16command.Description = "Lists all the application secrets";
Internal\RemoveCommand.cs (1)
14command.Description = "Removes the specified user secret";
Internal\SetCommand.cs (1)
16command.Description = "Sets the user secret to the specified value";
1 reference to Description
dotnet-user-secrets (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
516commandsBuilder.AppendFormat(CultureInfo.InvariantCulture, outputFormat, cmd.Name, cmd.Description);