docs: place <app> in args usage [ci skip]

This commit is contained in:
2021-09-05 00:44:45 +02:00
parent 07a43cb314
commit 0727223009

View File

@ -6,8 +6,9 @@ import (
// AppCommand defines the `abra app` command and ets subcommands // AppCommand defines the `abra app` command and ets subcommands
var AppCommand = &cli.Command{ var AppCommand = &cli.Command{
Name: "app", Name: "app",
Usage: "Manage your apps", Usage: "Manage your apps",
ArgsUsage: "<app>",
Description: ` Description: `
This command provides all the functionality you need to manage the lifecycle of This command provides all the functionality you need to manage the lifecycle of
your apps. From initial deployment to day-2 operations (e.g. backup/restore) to your apps. From initial deployment to day-2 operations (e.g. backup/restore) to