From 5c771365c5dd7565c0cf6f5fa55e23502f94b33b Mon Sep 17 00:00:00 2001 From: Don Date: Thu, 10 Oct 2019 13:42:02 -0700 Subject: [PATCH] Update urfave package docs --- pkg/urfave/urfave.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 (