Convert with Format-Specific Parameters

Use format-specific parameters to customise importer and exporter behaviour separately.

This example demonstrates using --in-param and --out-param options to specify parameters for the importer and exporter separately.

Run the convert command with format-specific parameters:
MauroImportExport.Cli convert json dita model.json documentation \
    --in-param schemaVersion=1.0 \
    --out-param dita.generateMaps=true \
    --out-param dita.topicsDir=topics \
    --overwrite

The command converts the JSON model to DITA format, applying the schemaVersion parameter to the importer and DITA-specific parameters to the exporter, overwriting any existing output.