Method: CLI::Kit::CommandRegistry::ContextualResolver#command_names
- Defined in:
- lib/cli/kit/command_registry.rb
#command_names ⇒ Object
This method is abstract.
: -> Array
20 21 22 |
# File 'lib/cli/kit/command_registry.rb', line 20 def command_names raise(NotImplementedError) end |