MCPcopy Create free account
hub / github.com/OSGeo/gdal / SetParseForAutoCompletion

Function SetParseForAutoCompletion

gcore/gdalalgorithm_cpp.h:2579–2582  ·  view source on GitHub ↗

Set hint before calling ParseCommandLineArguments() that it must * try to be be graceful when possible, e.g. accepting * "gdal raster convert in.tif out.tif --co" */

Source from the content-addressed store, hash-verified

2577 * "gdal raster convert in.tif out.tif --co"
2578 */
2579 void SetParseForAutoCompletion()
2580 {
2581 m_parseForAutoCompletion = true;
2582 }
2583
2584 /** Set the reference file paths used to interpret relative paths.
2585 *

Callers 2

GetAutoCompleteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected