Merge pull request #30186 from thaJeztah/add-version-annotation-to-flags

Add version annotation to various flags added in 1.13
This commit is contained in:
Alexander Morozov
2017-01-30 12:33:36 -08:00
committed by GitHub
9 changed files with 41 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ import (
func addComposefileFlag(opt *string, flags *pflag.FlagSet) {
flags.StringVarP(opt, "compose-file", "c", "", "Path to a Compose file")
flags.SetAnnotation("compose-file", "version", []string{"1.25"})
}
func addBundlefileFlag(opt *string, flags *pflag.FlagSet) {