Add missing f shorthand for version command

This commit is contained in:
Guillaume Tardif 2020-06-26 12:35:51 +02:00
parent 4fb039164d
commit d97f9d68fd
2 changed files with 6 additions and 1 deletions

View file

@ -38,7 +38,7 @@ func VersionCommand(version string) *cobra.Command {
}
// define flags for backward compatibility with com.docker.cli
flags := cmd.Flags()
flags.String("format", "", "Format the output using the given Go template")
flags.StringP("format", "f", "", "Format the output using the given Go template")
flags.String("kubeconfig", "", "Kubernetes config file")
mobyflags.AddMobyFlagsForRetrocompatibility(flags)