Retrieves the command ID for a given command name.
cmd_get_id(command_name)
Get the ID of a specific command
cmd_get_id("File.Open_..."); // returns 4, the ID of "File.Open_..."
Get the ID of an unknown command
cmd_get_id("invalidCommand"); // returns None