forked from toolshed/abra
docs: short aliases [ci skip]
This commit is contained in:
@ -19,8 +19,9 @@ import (
|
||||
|
||||
var appCpCommand = &cli.Command{
|
||||
Name: "cp",
|
||||
Aliases: []string{"c"},
|
||||
ArgsUsage: "<src> <dst>",
|
||||
Usage: "copy files to/from running service container",
|
||||
Usage: "Copy files to/from a running app service",
|
||||
Action: func(c *cli.Context) error {
|
||||
appName := c.Args().First()
|
||||
if appName == "" {
|
||||
|
Reference in New Issue
Block a user