forked from toolshed/abra
refactor!: app name -> domain
This commit is contained in:
@ -40,7 +40,7 @@ var appRunCommand = cli.Command{
|
||||
userFlag,
|
||||
},
|
||||
Before: internal.SubCommandBefore,
|
||||
ArgsUsage: "<service> <args>...",
|
||||
ArgsUsage: "<domain> <service> <args>...",
|
||||
Usage: "Run a command in a service container",
|
||||
BashComplete: autocomplete.AppNameComplete,
|
||||
Action: func(c *cli.Context) error {
|
||||
|
Reference in New Issue
Block a user