pub fn display_tool_name_short(snake: &str) -> StringExpand description
CC-style short tool name. Strips the redundant _file /
_directory / _files suffixes (the noun is implicit from the
arg) before PascalCase conversion. Generic — no per-tool match
arms; works for any future tool that follows the
<verb>_<noun> convention.
Examples:
read_file→Readwrite_file→Writelist_directory→Listparallel_edit_files→ParallelEditbash→Bash(no suffix to strip)search_replace→SearchReplace(suffix_replacenot in strip list, kept verbatim → preserves disambiguation)