sb.AppendLine(" abp add-module Volo.Blogging -s Acme.BookStore --skip-db-migrations false Adds the module to the given solution but doesn't create a database migration.");
sb.AppendLine(" abp add-module Volo.Blogging -s Acme.BookStore --skip-db-migrations false Adds the module to the given solution but doesn't create a database migration.");
sb.AppendLine("");
sb.AppendLine("");
returnTask.FromResult(sb.ToString());
returnsb.ToString();
}
}
publicTask<string>GetShortDescriptionAsync()
publicstringGetShortDescription()
{
{
returnTask.FromResult("Adds a multi-package module to a solution by finding all packages of the module, "+
return"Adds a multi-package module to a solution by finding all packages of the module, "+
"finding related projects in the solution and adding each package to the"+
"finding related projects in the solution and adding each package to the"+