Method: CLI::Kit::CommandRegistry::ContextualResolver#command_names

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

#command_namesObject

This method is abstract.

: -> Array

Raises:

  • (NotImplementedError)


20
21
22
# File 'lib/cli/kit/command_registry.rb', line 20

def command_names
  raise(NotImplementedError)
end