mirror of
https://codeberg.org/woodpecker-plugins/go-plugin.git
synced 2024-11-24 22:35:39 +01:00
Set usage text to not display default urfave cli one
This commit is contained in:
parent
f6037e6127
commit
b67c23ab79
@ -58,6 +58,7 @@ func New(opt Options) *Plugin {
|
|||||||
|
|
||||||
app := &cli.App{
|
app := &cli.App{
|
||||||
Name: opt.Name,
|
Name: opt.Name,
|
||||||
|
Usage: "Run the Woodpecker CI plugin",
|
||||||
Description: opt.Description,
|
Description: opt.Description,
|
||||||
Version: opt.Version,
|
Version: opt.Version,
|
||||||
Flags: append(opt.Flags, Flags()...),
|
Flags: append(opt.Flags, Flags()...),
|
||||||
|
Loading…
Reference in New Issue
Block a user