| 26 | } |
| 27 | |
| 28 | type CreateOptions struct { |
| 29 | *CreateFlags |
| 30 | *cmd.Dependencies |
| 31 | } |
| 32 | |
| 33 | func NewCreateOptions(flags *CreateFlags, opts *cmd.Dependencies) *CreateOptions { |
| 34 | return &CreateOptions{ |
nothing calls this directly
no outgoing calls
no test coverage detected