Module: CLI::Kit::CommandRegistry::NullContextualResolver

Defined in:
lib/cli/kit/command_registry.rb

Class Method Summary collapse

Class Method Details

.aliasesObject



13
14
15
# File 'lib/cli/kit/command_registry.rb', line 13

def self.aliases
  {}
end

.command_class(_name) ⇒ Object



17
18
19
# File 'lib/cli/kit/command_registry.rb', line 17

def self.command_class(_name)
  nil
end

.command_namesObject



9
10
11
# File 'lib/cli/kit/command_registry.rb', line 9

def self.command_names
  []
end