usage: json2scss-map {OPTIONS} -i, --infile (Default: stdin) Specify the input file. If omitted, standard input is used. -o, --outfile (Default: stdout) Designate the output SCSS file. If omitted, standard output is used. -p, --prefix (Default: none) Set a prefix for all SCSS variables. -s, --suffix (Default: none) Set a suffix for all SCSS variables. -c, --colorConversion (Default: true) Enable or disable color conversion. -t, --convertTo (Default: 'hsl') Specify the color format to convert colors into, e.g., 'hsl', 'hex', 'rgb'. -l, --cl4Syntax (Default: false) Use cl4 syntax if applicable. -h, --help Show this help message.