Crate rtask

Crate rtask 

Source
Expand description

Rtask - A modern YAML-based task runner

Rtask is a rewrite of Tusk in Rust, providing a fast and reliable way to define and execute project tasks using simple YAML configuration files.

Re-exports§

pub use error::Result;
pub use error::RtaskError;

Modules§

cli
CLI interface and argument parsing
config
Configuration parsing and validation
error
Error types for Rtask
runner
Task execution engine
ui
User interface and logging
utils
Utility functions and helpers

Constants§

VERSION
Current version of Rtask