mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-30 19:33:30 -04: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.