Import with Parameters

Use importer parameters to customise import behaviour.

This example demonstrates using the --param option to customise importer behaviour with parameters.

Run the import command with parameters and verbose output:
MauroImportExport.Cli import xmi model.xmi output.json --param namespace=http://example.org --verbose

The command imports the XMI model with a custom namespace parameter and displays detailed progress information.