From efeda626da382177d5f1f0439b6e62b663a216a9 Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Sun, 11 Feb 2018 20:28:41 -0800 Subject: vendor: update vendored dependancies This change updates dependancies to be consistent with Gopkg.toml. This change was generated by running "dep ensure". --- vendor/github.com/urfave/cli/funcs.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'vendor/github.com/urfave/cli/funcs.go') diff --git a/vendor/github.com/urfave/cli/funcs.go b/vendor/github.com/urfave/cli/funcs.go index 3ad3c6d..cba5e6c 100644 --- a/vendor/github.com/urfave/cli/funcs.go +++ b/vendor/github.com/urfave/cli/funcs.go @@ -26,11 +26,3 @@ type OnUsageErrorFunc func(context *Context, err error, isSubcommand bool) error // FlagStringFunc is used by the help generation to display a flag, which is // expected to be a single line. type FlagStringFunc func(Flag) string - -// FlagNamePrefixFunc is used by the default FlagStringFunc to create prefix -// text for a flag's full name. -type FlagNamePrefixFunc func(fullName, placeholder string) string - -// FlagEnvHintFunc is used by the default FlagStringFunc to annotate flag help -// with the environment variable details. -type FlagEnvHintFunc func(envVar, str string) string -- cgit v1.3