mirror of
https://github.com/thegeeklab/wp-plugin-go.git
synced 2024-11-22 00:20:38 +00:00
Update urfave package docs
This commit is contained in:
parent
e8e8ddcb17
commit
5c771365c5
@ -24,9 +24,14 @@
|
|||||||
// }
|
// }
|
||||||
// app.Flags = append(
|
// app.Flags = append(
|
||||||
// app.Flags,
|
// app.Flags,
|
||||||
// urfave.commitFlags()...,
|
// urfave.PipelineFlags()...,
|
||||||
// )
|
// )
|
||||||
// }
|
// }
|
||||||
|
//
|
||||||
|
// func run(ctx *cli.Context) {
|
||||||
|
// pipeline := urfave.PipelineFromContext(ctx)
|
||||||
|
// ....
|
||||||
|
// }
|
||||||
package urfave
|
package urfave
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user