Skip to main content

agent_procs/cli/
down.rs

1pub async fn execute(session: &str) -> i32 {
2    crate::cli::stop::execute_all(session).await
3}