3 writes to Description
dotnet-sql-cache (3)
Program.cs (3)
46Description = 56command.Description = "Adds table and indexes to the database."; 91command.Description = "Generates a SQL script for the table and indexes.";
1 reference to Description
dotnet-sql-cache (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
516commandsBuilder.AppendFormat(CultureInfo.InvariantCulture, outputFormat, cmd.Name, cmd.Description);