Parses the html table for a SAGA-GIS tool into a list of identifiers, options, defaults and constraints
create_tool(tool_information, tool_options, description)
list
list
the description text for the tool that has been scraped from the help documentation
A `saga_tool` object containing: + `tool_name` A syntactically-correct name for the tool. + `tool_cmd` The command to use for saga_cmd to execute tool. + `parameters` A named list of the tool's parameter objects.