Class: Ralph::Output::PluginError

Inherits:
Object
  • Object
show all
Defined in:
lib/ralph/output/plugin_error.rb

Class Method Summary collapse

Class Method Details

.callObject



6
7
8
9
# File 'lib/ralph/output/plugin_error.rb', line 6

def self.call
  $stderr.puts "\n❌ OpenCode tried to load the legacy 'ralph-wiggum' plugin. This package is CLI-only."
  $stderr.puts "Remove 'ralph-wiggum' from your opencode.json plugin list, or re-run with --no-plugins."
end