diff --git a/Commands/PullCommand.go b/Commands/InstallCommand.go similarity index 66% rename from Commands/PullCommand.go rename to Commands/InstallCommand.go index b1c2f8b..423f198 100644 --- a/Commands/PullCommand.go +++ b/Commands/InstallCommand.go @@ -5,15 +5,15 @@ import ( "lpm-cli/Lotus" ) -func NewPullCommand() *cli.Command{ +func NewInstallCommand() *cli.Command{ logger := Lotus.Logger("pullCommand") return &cli.Command { - Name: "pull", - Usage: "Pull a package", - Description: "Pulls a package from the a registry server.", - HelpName: "pull", + Name: "install", + Usage: "Installs a package", + Description: "Installs a package from the a registry server.", + HelpName: "install", Action: func(c *cli.Context) error { //Do Stuff return nil