Skip to main content

Module plan

Module plan 

Source
Expand description

Task planning DSL - Simple TOML-based task definitions.

Tasks are defined in tasks.toml and can be synced to/from Redis.

Structs§

TaskEntry
A single task entry in the DSL
TasksFile
Tasks file structure
TasksMeta
Metadata for the tasks file

Functions§

init_tasks_file
Initialize a new tasks.toml file
load_tasks_file
Load tasks from tasks.toml
pull_tasks_from_redis
Pull tasks from Redis to tasks.toml (placeholder for now)
push_tasks_to_redis
Push tasks from tasks.toml to Redis
save_tasks_file
Save tasks to tasks.toml