From 9433f216ffc698f8c750bdeb5c63a2c2a267d173 Mon Sep 17 00:00:00 2001 From: cpacifying Date: Mon, 15 Mar 2021 17:03:22 +0200 Subject: [PATCH] UsageText to be passed from Command to App in startApp --- command.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command.go b/command.go index 3503a555b0..97c151b3d7 100644 --- a/command.go +++ b/command.go @@ -227,6 +227,7 @@ func (c *Command) startApp(ctx *Context) error { } app.Usage = c.Usage + app.UsageText = c.UsageText app.Description = c.Description app.ArgsUsage = c.ArgsUsage