microsoft / fluentui-system-icons

Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.
https://aka.ms/fluentui-system-icons
MIT License
6.02k stars 524 forks source link

Optional exit for missing icons #402

Closed nickromano closed 2 years ago

nickromano commented 2 years ago

Currently, when a list of icons is passed (for ReactNative apps) we validate that all of the icons exist and exit the script if they don't all match. Sometimes we just want to show a warning and not throw an exit code so this adds another option for that scenario.

Also, the changes for default params were required because we upgraded argument parser recently.