= new List<ICommandDescription>
{
new CommandDescription<ConfigFileCommand>("config", "Shows name and path of current configuration."),
new CommandDescription<HelpCommand>("help", "Shows valid commands."),
new CommandDescription<JobsCommand>("jobs", "Shows a list of jobs in scheduler."),
new CommandDescription<NextJobCommand>("next", "Shows when next scheduled job will be active."),
new CommandDescription<PidCommand>("pid", "Shows process id of NTPA daemon."),
new CommandDescription<PingCommand>("ping", "Responds if daemon is running."),
new CommandDescription<ProgCommand>("prog", "Shows active configuration."),
new CommandDescription<ScheduleCommand>("schedule", "Shows schedule for active jobs."),
new CommandDescription<ServerCommand>("pages", "Shows number of configured pages on NTPA daemon."),
new CommandDescription<TimeCommand>("time", "Shows current server time in UTC."),
new CommandDescription<UptimeCommand>("uptime", "Shows uptime of NTPA daemon."),
new CommandDescription<VersionCommand>("version", "Shows name and version."),
new CommandDescription<RunningCommand>("running", "Shows a list of running jobs."),
new CommandDescription<ProcCommand>("proc", "Shows a list of jobs and execution time."),
new CommandDescription<ActivityCommand>("activity", "Shows recent activity in scheduler.")
}