Added a empty func to push command

This commit is contained in:
netbenix 2021-11-20 19:41:41 +01:00
parent ad9be93775
commit bc69efbaef

View file

@ -26,3 +26,11 @@ func NewPushCommand() *cli.Command {
}, },
} }
} }
func PushPackage(folderPath string){
}