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

@@ -1,4 +1,4 @@
use super::{Django, Link, Postgres};
use super::{Django, Link, Postgres, Store};
use clap::builder::styling::{AnsiColor, Effects, Styles};
use clap::{Parser, Subcommand};
@@ -44,6 +44,12 @@ pub enum Commands {
command: Link,
},
/// Show what ahab makes of this project
Status {
#[command(flatten)]
store: Store,
},
/// Print a shell completion script on stdout
Completions {
/// Shell to generate the script for