Method: Inch::CLI::CommandParser.commands

Defined in:
lib/inch/cli/command_parser.rb

.commandsHash{Symbol => Command}

Returns the mapping of command names to command classes to parse the user command.

Returns:

  • (Hash{Symbol => Command})

    the mapping of command names to command classes to parse the user command.



40
41
42
# File 'lib/inch/cli/command_parser.rb', line 40

def commands
  @commands
end