Class: Optix::CLI

Inherits:
Cli
  • Object
show all
Defined in:
lib/optix.rb

Overview

For backwards compatibility

Class Method Summary collapse

Methods inherited from Cli

add_context, cli_root, method_added, parent, rename_to

Class Method Details

.inherited(klass) ⇒ Object



349
350
351
352
# File 'lib/optix.rb', line 349

def self.inherited(klass)
  warn "[DEPRECATION WARNING] Optix::CLI is deprecated. Please use Optix::Cli instead."
  super
end