diff --git a/main.go b/main.go index f23c011..a6a458a 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ func main() { Copyright: "(c) 2021 LPM-Group", Commands: []*cli.Command { Commands.NewPushCommand(), - Commands.NewPullCommand(), + Commands.NewInstallCommand(), Commands.NewSearchCommand(), Commands.NewListCommand(), },