CliApp.OptionalSettings

Struct containing optional constructor arguments. There are enough of these that handling them as default arguments to the ctor is cumbersome.

Members

Variables

help
istring help;

Long description of what the program does and how to use it.

scheduler_config
IScheduler.Configuration scheduler_config;

Only used if use_task_ext is set to true. Defines scheduler configuration to be used by TaskExt.

usage
istring usage;

How the program is supposed to be invoked.

use_task_ext
bool use_task_ext;

By default TaskExt is disabled to prevent breaking change for applications already configuring scheduler on their own.

Meta