Update urfave package docs

This commit is contained in:
Don 2019-10-10 13:42:02 -07:00
parent e8e8ddcb17
commit 5c771365c5
1 changed files with 6 additions and 1 deletions

View File

@ -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 (