dela 0.0.6

A task runner that delegates the work to other tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![doc = include_str!("../README.md")]

pub mod allowlist;
pub mod builtins;
pub mod colors;
pub mod commands;
pub mod environment;
pub mod parsers;
pub mod prompt;
pub mod runner;
pub mod runners;
pub mod task_discovery;
pub mod task_shadowing;
pub mod types;