pub type Task = TaskKind;
pub enum Task { Empty, Command(String), ComplexCommand(ComplexCommand), Commands(ExecKind), Include(Include), }