forked from toolshed/abra
		
	docs: short aliases [ci skip]
This commit is contained in:
		| @ -13,8 +13,9 @@ import ( | ||||
| ) | ||||
|  | ||||
| var appDeployCommand = &cli.Command{ | ||||
| 	Name:  "deploy", | ||||
| 	Usage: "Deploy an app", | ||||
| 	Name:    "deploy", | ||||
| 	Aliases: []string{"d"}, | ||||
| 	Usage:   "Deploy an app", | ||||
| 	Action: func(c *cli.Context) error { | ||||
| 		appName := c.Args().First() | ||||
| 		if appName == "" { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user