Skip to content

Commit a0358b6

Browse files
committed
Fix CLI -> Cli for zeitwerk
1 parent 5228f09 commit a0358b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exe/chatwerk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
require 'chatwerk'
55

6-
Chatwerk::CLI.start(ARGV)
6+
Chatwerk::Cli.start(ARGV)

lib/chatwerk/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module Chatwerk
77
# CLI interface for Chatwerk using Thor
8-
class CLI < Thor
8+
class Cli < Thor
99
desc 'mcp', 'Start the Model Context Protocol server in stdio mode'
1010
def mcp
1111
require_relative 'mcp'

0 commit comments

Comments
 (0)