You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto management of program arguments and settings were refactored. now uses the following library 'margument' for that purpose.
changed some arguments commands, for example: use '-p' to specify file path instead of '-e'.
Added
added new argument option to exit program terminal/cmd window when all scheduled jobs are done.
added new argument option to define the time for the scheduler to no longer run, for example: if time defined is '17:00', the scheduler, if started, will no longer run if current time exceeds defined time.
added new argument option to also list all global configs. previously, only scheduled jobs were being listed.
added new argument option specific for running the progscheduler. now the program will only start doing its scheduled jobs if this argument is specified. if not, the program can list settings, update schedules, create new ones, do nothing etc., all without running automatically after every configuration.