regexploit
regexploit copied to clipboard
Missing files trigger FileNotFoundError instead of exiting with an error or printing an error message
Using regexploit as part of a CI/CD action, for instance, it is inconvenient if it triggers an exception if a file doesn't exit. Ideally it should either print an error message and continue, or exit with an error; ideally the policy should be configurable.