Skip to content

Commit

Permalink
GDALRasterPipelineStepAlgorithm::AddInputArgs(): use SetHiddenForCLI(…
Browse files Browse the repository at this point in the history
…) for AddInputDatasetArg()
  • Loading branch information
rouault committed Dec 31, 2024
1 parent 65dd44c commit 2c3a671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/gdalalg_raster_pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ void GDALRasterPipelineStepAlgorithm::AddInputArgs(
openForMixedRasterVector
? (GDAL_OF_RASTER | GDAL_OF_VECTOR)
: GDAL_OF_RASTER,
/* positionalAndRequired = */ !hiddenForCLI);
/* positionalAndRequired = */ !hiddenForCLI)
.SetHiddenForCLI(hiddenForCLI);
}

/************************************************************************/
Expand Down

0 comments on commit 2c3a671

Please sign in to comment.