Add a short flag for docker stack deploy
Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: f1dd721b6978f1c24bb2761b88c83d9e385bd781 Component: engine
This commit is contained in:
@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
func addComposefileFlag(opt *string, flags *pflag.FlagSet) {
|
||||
flags.StringVar(opt, "compose-file", "", "Path to a Compose file")
|
||||
flags.StringVarP(opt, "compose-file", "c", "", "Path to a Compose file")
|
||||
}
|
||||
|
||||
func addBundlefileFlag(opt *string, flags *pflag.FlagSet) {
|
||||
|
||||
Reference in New Issue
Block a user