feat: show what ahab makes of this project
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user