(ctx context.Context, o *options.Options, args []string)
| 255 | } |
| 256 | |
| 257 | func (p *Parser) applyQualityOption(ctx context.Context, o *options.Options, args []string) error { |
| 258 | return p.parseQualityInt(ctx, o, keys.Quality, 0, args...) |
| 259 | } |
| 260 | |
| 261 | func (p *Parser) applyFormatQualityOption(ctx context.Context, o *options.Options, args []string) error { |
| 262 | argsLen := len(args) |
no test coverage detected