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