Renamed pull to install in main.go

This commit is contained in:
netbenix 2021-11-20 15:57:11 +01:00
parent f5af0b4802
commit 43829e6bcc

View file

@ -22,7 +22,7 @@ func main() {
Copyright: "(c) 2021 LPM-Group", Copyright: "(c) 2021 LPM-Group",
Commands: []*cli.Command { Commands: []*cli.Command {
Commands.NewPushCommand(), Commands.NewPushCommand(),
Commands.NewPullCommand(), Commands.NewInstallCommand(),
Commands.NewSearchCommand(), Commands.NewSearchCommand(),
Commands.NewListCommand(), Commands.NewListCommand(),
}, },