Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor ARGV handling by centralizing in Ocran.init
- Centralized the handling of ARGV to the Ocran.init method to simplify how command-line arguments are managed within the application. - Removed the ARGV parameter from the Ocran.init method, as it now directly accesses ARGV internally. This change reduces redundancy and improves the clarity of method interfaces. This update streamlines the initialization process of Ocran, ensuring that command-line arguments are handled consistently and more efficiently.