method

def_extend_command

def_extend_command(cmd_name, cmd_class, load_file = nil, *aliases)
public

Evaluate the given cmd_name on the given cmd_class Class.

Will also define any given aliases for the method.

The optional load_file parameter will be required within the method definition.