Renamed pull to install in main.go
This commit is contained in:
parent
f5af0b4802
commit
43829e6bcc
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -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(),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Reference in a new issue