1// Source: /data/home/swei/claudecode/openclaudecode/src/commands/stats/stats.tsx 2use super::Command; 3 4pub fn create_stats_command() -> Command { 5 Command::local( 6 "stats", 7 "Show your Claude Code usage statistics and activity", 8 ) 9}