Skip to main content

run

Function run 

Source
pub fn run(
    project_root: Option<PathBuf>,
    task_id: &str,
    summary: &str,
    tag: Option<&str>,
) -> Result<()>
Expand description

Write a summary log entry for a task. Logs are stored in .scud/logs/.log Each entry is timestamped and appended to the log file.