reformat: remove extra line in CLI help

This commit is contained in:
2022-03-12 10:20:37 +01:00
parent b4b0b464bd
commit cdec834ca9
8 changed files with 1 additions and 9 deletions

View File

@ -39,7 +39,6 @@ If you want to copy a myfile.txt to the root of the app service:
And if you want to copy that file back to your current working directory locally:
abra app cp <domain> app:/myfile.txt .
`,
Action: func(c *cli.Context) error {
app := internal.ValidateApp(c)

View File

@ -44,7 +44,6 @@ Got any more ideas? Please let us know:
This command is best accompanied by "abra app logs <domain>" which may reveal
further information which can help you debug the cause of an app failure via
the logs.
`,
Aliases: []string{"e"},
Flags: []cli.Flag{

View File

@ -68,7 +68,7 @@ in ~/.abra/) to generate a report of all your apps.
By passing the "--status/-S" flag, you can query all your servers for the
actual live deployment status. Depending on how many servers you manage, this
can take some time.
`,
`,
Flags: []cli.Flag{
internal.DebugFlag,
statusFlag,