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           compile the schedule and report any errors
  --unsafe          skip safety checks (cycles, non-termination, etc.)
  --nonotemerge     do not merge annotation messages, default is to merge
  --noteorder='s'   only merge annotation groups 'name;name;...', default all/alphabetical
  --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.