(option compose.Option)
| 421 | } |
| 422 | |
| 423 | func (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 |
| 428 | func RootCommand(dockerCli command.Cli, backendOptions *BackendOptions) *cobra.Command { //nolint:gocyclo |
no outgoing calls