svg / svgo

⚙️ Node.js tool for optimizing SVG files
https://svgo.dev/
MIT License
20.88k stars 1.39k forks source link

README lists incorrect usage for recursive processing of files #2069

Closed simonarnell closed 3 weeks ago

simonarnell commented 4 weeks ago

Describe the bug The described syntax in the README does not process files recursively:

Process a directory of files recursively with -f/--folder:

svgo -f path/to/directory_with_svgs -o path/to/output_directory

To Reproduce Using the command as described.

Expected behavior A recursive scan of a directory and its subdirectories for SVGs to optimise.

Screenshots N/A

Desktop (please complete the following information): N/A

Additional context N/A