From 07272230094be4b49cc6e0ea8bb4f8f2cb6ade23 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 5 Sep 2021 00:44:45 +0200 Subject: [PATCH] docs: place in args usage [ci skip] --- cli/app/app.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cli/app/app.go b/cli/app/app.go index b629c7c9..2df4bba6 100644 --- a/cli/app/app.go +++ b/cli/app/app.go @@ -6,8 +6,9 @@ import ( // AppCommand defines the `abra app` command and ets subcommands var AppCommand = &cli.Command{ - Name: "app", - Usage: "Manage your apps", + Name: "app", + Usage: "Manage your apps", + ArgsUsage: "", Description: ` 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