lib/claude_code_slash_commands.rb
# frozen_string_literal: true require_relative "claude_code_slash_commands/version" require_relative "claude_code_slash_commands/cli" module ClaudeCodeSlashCommands class Error < StandardError; end end
# frozen_string_literal: true require_relative "claude_code_slash_commands/version" require_relative "claude_code_slash_commands/cli" module ClaudeCodeSlashCommands class Error < StandardError; end end