Retrieves the command name for a given command ID.
cmd_get_name(command_id)
Get the name of a command by its ID
cmd_get_name(4); // returns "File.Open_..." the name of command ID 4
Get the name of an invalid command ID cmd_get_name(9999); // returns None