* `GDALAlgorithmArgIsAvailableInPipelineStep()` in GDAL >=3.13: https://github.com/OSGeo/gdal/pull/14393 * `GDALAlg::argInfo()`: add element `available_in_pipeline_step` * `GDALAlg::usage()`: mention when argument is not available in a pipeline step * https://github.com/OSGeo/gdal/pull/14402 * `GDALAlg::argInfo()`: add elements `dependencies` and `mutual_dependency_group` * `GDALAlg::usage()`: mention when an argument `[Depends on ...]` other args mutual and unidirectional
GDALAlgorithmArgIsAvailableInPipelineStep()in GDAL >=3.13: gdal CLI: add mention in --help when argument not available in a pipeline step OSGeo/gdal#14393GDALAlg::argInfo(): add elementavailable_in_pipeline_stepGDALAlg::usage(): mention when argument is not available in a pipeline stepGDALAlg::argInfo(): add elementsdependenciesandmutual_dependency_groupGDALAlg::usage(): mention when an argument[Depends on ...]other args mutual and unidirectional