storkit: merge 367_story_rename_bot_whatsup_command_to_status
This commit is contained in:
@@ -7,7 +7,11 @@ use std::collections::{HashMap, HashSet};
|
||||
use super::CommandContext;
|
||||
|
||||
pub(super) fn handle_status(ctx: &CommandContext) -> Option<String> {
|
||||
Some(build_pipeline_status(ctx.project_root, ctx.agents))
|
||||
if ctx.args.trim().is_empty() {
|
||||
Some(build_pipeline_status(ctx.project_root, ctx.agents))
|
||||
} else {
|
||||
super::whatsup::handle_whatsup(ctx)
|
||||
}
|
||||
}
|
||||
|
||||
/// Format a short display label for a work item.
|
||||
|
||||
Reference in New Issue
Block a user