mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
- Introduced a new `JobArgs` struct to handle parsing of job macro arguments more effectively. - Updated the `job_impl` function to utilize the new parsing logic, allowing for both named arguments and direct string literals. - Improved error handling and clarity in argument parsing, enhancing the overall robustness of the job macro implementation.