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" */
| 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 | * |
no outgoing calls
no test coverage detected