Hi, I am struggling with a problem when using wildcards ex: 'myscript:*'. At the moment if no script starting with myscript is found it throws an error. The only workaround I found was to create an empty script but it is kind of hacky, and it creates noise in the package.json. It would be nice to add an option to the cli to be able to ignore this kind of error. Thanks in advance !