This commit 75399368f6ddd591b3fbe9c3ed6d9a30bea3586f introduced the --throws option but it's not being passed to the extract method, so currently there is no way of getting the cli to throw on errors.
This pr just passes the option to the main method as it probably was intended by the original author.
This commit 75399368f6ddd591b3fbe9c3ed6d9a30bea3586f introduced the
--throws
option but it's not being passed to the extract method, so currently there is no way of getting the cli to throw on errors. This pr just passes the option to the main method as it probably was intended by the original author.