Changes on push Command entry
Changed Usage ang Description
This commit is contained in:
parent
d2f1ba130f
commit
4ed0fe289d
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ func main(){
|
||||||
Commands: []*cli.Command{
|
Commands: []*cli.Command{
|
||||||
{
|
{
|
||||||
Name: "push",
|
Name: "push",
|
||||||
Usage: "push package",
|
Usage: "Push a package",
|
||||||
Description: "Pushes a package",
|
Description: "Pushes a package to the default registry server, or to a user-defined registry server.",
|
||||||
HelpName: "push",
|
HelpName: "push",
|
||||||
Action: func(c *cli.Context) error {
|
Action: func(c *cli.Context) error {
|
||||||
//Do Stuff
|
//Do Stuff
|
||||||
|
|
|
||||||
Reference in a new issue