NAME
schedule-activity.pl - Build activity schedules.
SYNOPSIS
schedule-activity.pl [options] configuration activities
configuration: [--schedule=file | --json=file]
activities: [--activity=time,name ... | --activities='time,name;time,name;...']
options:
--check=0/1: compile the schedule and report any errors
--unsafe=0/1: skip safety checks (cycles, non-termination, etc.)
--tslack=[0,1]: slack tension from 0.0 to 1.0
--tbuffer=[0,1]: buffer tension from 0.0 to 1.0
--help
The format of the schedule configuration is described in Schedule::Activity.
Annotations are not part of the output in this version.