Class: Ralph::Output::PluginError
- Inherits:
-
Object
- Object
- Ralph::Output::PluginError
- Defined in:
- lib/ralph/output/plugin_error.rb
Class Method Summary collapse
Class Method Details
.call ⇒ Object
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 |