1// Source: /data/home/swei/claudecode/openclaudecode/src/commands/theme/theme.tsx 2use super::Command; 3 4pub fn create_theme_command() -> Command { 5 Command::local("theme", "Change the theme").argument_hint("[theme-name]") 6}