storkit: merge 420_story_loc_for_a_specified_file_bot_command_and_web_ui_slash_command

This commit is contained in:
dave
2026-03-28 08:56:06 +00:00
parent f4ce0e017b
commit d6f82393f5
5 changed files with 116 additions and 36 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ mod assign;
mod cost;
mod git;
mod help;
mod loc;
pub(crate) mod loc;
mod move_story;
mod overview;
mod show;
@@ -117,7 +117,7 @@ pub fn commands() -> &'static [BotCommand] {
},
BotCommand {
name: "loc",
description: "Show top source files by line count: `loc` (top 10) or `loc <N>`",
description: "Show top source files by line count: `loc` (top 10), `loc <N>`, or `loc <filepath>` for a specific file",
handler: loc::handle_loc,
},
BotCommand {