Run the following command: `$ imagemin p12.png --plugin.pngquant.quality={0.1,0.2} > ./images/p12.png` I got: ```bash ArgumentError: (array `options.quality`) Expected `t` to be of type `number` but received type `string` ```