aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/urfave/cli/funcs.go
diff options
context:
space:
mode:
authorJoseph Richey <joerichey94@gmail.com>2018-02-11 20:28:41 -0800
committerJoseph Richey <joerichey94@gmail.com>2018-02-11 20:28:41 -0800
commitefeda626da382177d5f1f0439b6e62b663a216a9 (patch)
treec2660fa89e96838bc2c81189e57dc792434ec9b0 /vendor/github.com/urfave/cli/funcs.go
parent3634a7bb931862ada0bc1c4357303d7ce18e7c20 (diff)
vendor: update vendored dependancies
This change updates dependancies to be consistent with Gopkg.toml. This change was generated by running "dep ensure".
Diffstat (limited to 'vendor/github.com/urfave/cli/funcs.go')
-rw-r--r--vendor/github.com/urfave/cli/funcs.go8
1 files changed, 0 insertions, 8 deletions
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