2
0

docs(help): update TUI command usage from aishell to `aishell tui

This commit is contained in:
2026-03-24 15:50:15 +09:00
parent 210249394a
commit ca4b9c8a6f

View File

@@ -141,7 +141,7 @@ fn main() {
fn print_help() {
println!("aishell v{}\n", env!("CARGO_PKG_VERSION"));
println!("USAGE:");
println!(" aishell TUI (AI + Agents + Shell)");
println!(" aishell tui TUI (AI + Agents + Shell)");
println!(" aishell review Review changes + auto-commit if clean");
println!(" aishell daily Health + quality + idea check");
println!(" aishell run <task> Run single agent");