crunzphp / crunz

A PHP-based job scheduler
MIT License
176 stars 16 forks source link

Provide information about the file events were sourced from in schedule:list #47

Open tip2tail opened 1 year ago

tip2tail commented 1 year ago

Description
I want to know which file a particular scheduled event is defined in. This information is not currently exposed in either the table or JSON output format.

In my use-case I want to have this information in the JSON format so it can be machine-parsed.

Example
The table and JSON output of schedule:list should show the filename of the event/schedule.

Note It is my intention to submit a PR for this feature.

tip2tail commented 1 year ago

@PabloKowalczyk FYI hopefully this can be implemented/merged as I believe others could find it useful