(ctx context.Context, o *options.Options, args []string)
| 36 | } |
| 37 | |
| 38 | func (p *Parser) applyExtendOption(ctx context.Context, o *options.Options, args []string) error { |
| 39 | return p.parseExtend(ctx, o, keys.PrefixExtend, args) |
| 40 | } |
| 41 | |
| 42 | func (p *Parser) applyExtendAspectRatioOption(ctx context.Context, o *options.Options, args []string) error { |
| 43 | return p.parseExtend(ctx, o, keys.PrefixExtendAspectRatio, args) |
no test coverage detected