diff --git a/pkg/urfave/urfave.go b/pkg/urfave/urfave.go index b5246ce..bc72994 100644 --- a/pkg/urfave/urfave.go +++ b/pkg/urfave/urfave.go @@ -24,9 +24,14 @@ // } // app.Flags = append( // app.Flags, -// urfave.commitFlags()..., +// urfave.PipelineFlags()..., // ) // } +// +// func run(ctx *cli.Context) { +// pipeline := urfave.PipelineFromContext(ctx) +// .... +// } package urfave import (