Method: CommandKit::Commands::Subcommand#command

Defined in:
lib/command_kit/commands/subcommand.rb

#commandClass (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The command class.

Returns:

  • (Class)


13
14
15
# File 'lib/command_kit/commands/subcommand.rb', line 13

def command
  @command
end