feat: show what ahab makes of this project

This commit is contained in:
2026-09-08 14:17:08 +00:00
parent 79ef5cca2d
commit 1ecf7f1ee4
7 changed files with 123 additions and 3 deletions

View File

@@ -97,6 +97,11 @@ fn run(ctx: &Ctx, command: cli::Commands) -> Result<ExitCode> {
store.root.as_deref(),
),
},
cli::Commands::Status { store } => {
commands::status::status(ctx, store.root.as_deref())?;
Ok(done)
}
cli::Commands::Completions { shell } => {
commands::completions::completions(shell)?;