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.
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.