Retrieves the display name of a command for a given command ID.
cmd_get_displayname(command_id)
Get the display name of a command by its ID
cmd_get_displayname(4); // returns "Open ...", the display name of command ID 4
Get the display name of an invalid command ID
cmd_get_displayname(9999); // returns None