class Thor::Group
def command_exists?(command_name) #:nodoc:
Boolean:: +true+ if the command exists, +false+ otherwise.
==== Returns
command_name
==== Parameters
Checks if a specified command exists.
def command_exists?(command_name) #:nodoc: commands.keys.include?(command_name) end