runtasktic 1.2.1

Command-line task management tool for execution of regular long sequential or parallel tasks.
Documentation
1
2
3
4
5
pub(crate) use command_config::CommandConfig;
pub(crate) use wait_schedule::WaitSchedule;

mod command_config;
mod wait_schedule;