Set usage text to not display default urfave cli one

This commit is contained in:
Lauris BH 2024-03-30 17:33:08 +02:00
parent f6037e6127
commit b67c23ab79
No known key found for this signature in database
GPG Key ID: DFDE60A0093EB926
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ func New(opt Options) *Plugin {
app := &cli.App{
Name: opt.Name,
Usage: "Run the Woodpecker CI plugin",
Description: opt.Description,
Version: opt.Version,
Flags: append(opt.Flags, Flags()...),