Method: Inch::CLI::CommandParser.commands
- Defined in:
- lib/inch/cli/command_parser.rb
.commands ⇒ Hash{Symbol => Command}
Returns 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 |