Skip to content

Commit 2c3a671

Browse files
committed
GDALRasterPipelineStepAlgorithm::AddInputArgs(): use SetHiddenForCLI() for AddInputDatasetArg()
1 parent 65dd44c commit 2c3a671

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: apps/gdalalg_raster_pipeline.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ void GDALRasterPipelineStepAlgorithm::AddInputArgs(
6565
openForMixedRasterVector
6666
? (GDAL_OF_RASTER | GDAL_OF_VECTOR)
6767
: GDAL_OF_RASTER,
68-
/* positionalAndRequired = */ !hiddenForCLI);
68+
/* positionalAndRequired = */ !hiddenForCLI)
69+
.SetHiddenForCLI(hiddenForCLI);
6970
}
7071

7172
/************************************************************************/

0 commit comments

Comments
 (0)