perspt-cli 0.5.8

CLI entry point for Perspt - A stability-aware AI coding assistant
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Command module exports

pub mod abort;
pub mod agent;
pub mod chat;
pub mod config;
pub mod dashboard;
pub mod init;
pub mod ledger;
pub mod logs;
pub mod resume;
pub mod simple_chat;
pub mod status;