1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

go get -u github.com/urfave/cli/v2

This commit is contained in:
Tom Limoncelli
2020-03-22 15:53:38 -04:00
parent cb70070cda
commit 50d52775f8
26 changed files with 79 additions and 121 deletions

View File

@@ -17,7 +17,6 @@ type Context struct {
App *App
Command *Command
shellComplete bool
setFlags map[string]bool
flagSet *flag.FlagSet
parentContext *Context
}