mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Ability to create and install packages of simple themes.
--HG-- branch : dev
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Orchard.Packaging.Commands {
|
||||
}
|
||||
|
||||
[CommandHelp("package install <filename>\r\n\t" + "Install a module from a package <filename>.")]
|
||||
[CommandName("package install ")]
|
||||
[CommandName("package install")]
|
||||
public void InstallPackage(string filename) {
|
||||
if (!File.Exists(filename)) {
|
||||
Context.Output.WriteLine(T("File \"{0}\" does not exist.", filename));
|
||||
|
Reference in New Issue
Block a user