Subversion Repositories HomeAutomation

Rev

Rev 1647 | Rev 1657 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1647 Rev 1649
Line 173... Line 173...
173
       
173
       
174
        Log(result);
174
        Log(result);
175
        return true;
175
        return true;
176
    }
176
    }
177
   
177
   
178
    Log("No help for " + command_name + " found");
178
    Log("\033[31mNo help for " + command_name + " found.\033[0m\n");
179
    return false;
179
    return false;
180
}
180
}
181
Console_RegisterCommand(help, function(arg_index, args) { return Console_StandardAutocomplete(arg_index, args, Console_GetFunctionNames()); });
181
Console_RegisterCommand(help, function(arg_index, args) { return Console_StandardAutocomplete(arg_index, args, Console_GetFunctionNames()); });