class ClaudeCodeSlashCommands::CLI

def show_help

def show_help
  puts <<~HELP
    Usage: claude_code_slash_commands <command> [options]
    Commands:
      install    Install slash commands to ~/.claude/commands
      help       Show this help message
    Options:
      --local    Install from local commands/ directory instead of GitHub
    Examples:
      claude_code_slash_commands install
      claude_code_slash_commands install --local
      claude_code_slash_commands help
  HELP
end