MCPcopy
hub / github.com/docker/compose / Add

Method Add

cmd/compose/compose.go:423–425  ·  cmd/compose/compose.go::BackendOptions.Add
(option compose.Option)

Source from the content-addressed store, hash-verified

421}
422
423func (o *BackendOptions) Add(option compose.Option) {
424 o.Options = append(o.Options, option)
425}
426
427// RootCommand returns the compose command with its child commands
428func RootCommand(dockerCli command.Cli, backendOptions *BackendOptions) *cobra.Command { //nolint:gocyclo

Callers 9

newTaskFunction · 0.45
updateMethod · 0.45
runUpFunction · 0.45
runStatsFunction · 0.45
RootCommandFunction · 0.45
runBuildFunction · 0.45
runCommandFunction · 0.45

Calls

no outgoing calls