storkit: merge 420_story_loc_for_a_specified_file_bot_command_and_web_ui_slash_command
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user