rustifymyclaw 0.1.1

Run Coding CLI Agents from Messaging Apps - single Rust binary, no server required.
1
2
3
4
5
6
use anyhow::Result;

pub fn run() -> Result<()> {
    println!("{}", crate::config::dirs_path().display());
    Ok(())
}