mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2025-12-18 15:54:33 +01:00
- Reorganization of the CLI logic to separate responsibilities and simplify the structure. - Modularization of functionalities in dedicated structs, promoting encapsulation and reuse. - Implementation of lazy initialization to avoid unnecessary instance creation. - Reduced code duplication with the use of auxiliary functions. - Improved overall readability of the code, making it easier to maintain and scalable.