Expand description
Task execution engine
This module handles the execution of tasks, including command running, conditional logic, and dependency resolution.
Re-exports§
pub use command::*;pub use context::*;pub use interpolate::*;pub use task::*;pub use when::*;
Modules§
- command
- Command execution
- context
- Execution context for task running
- interpolate
- Variable interpolation for strings
- task
- Task execution types and logic
- when
- When condition evaluation