> For the complete documentation index, see [llms.txt](https://docs.meterian.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meterian.io/the-client/command-line-parameters/advanced-options.md).

# Advanced options

**`--autofix`**\
Engages the autofix mechanism that, when supported, automatically updates the manifest files fixing problems detected during the analysis. See the [specific section ](/the-client/command-line-parameters/advanced-options/autofix.md)for further information.

**`--process-notebooks`**\
Enables the processing of Jupyter Notebooks written in Python. See the [specific section](/jupyter-notebooks.md) for further information.

**`--process-dlls`**\
Enables the processing of DLLs during a .NET scan. See the [specific section](/languages-support/.net/scanning-dlls.md) for further information.

**`--debug`**\
Allows to run in debug mode, providing extensive log information that can be passed to the Meterian support when an intervention is required.

**`--dump`**\
A generic  information dump used for diagnostic purposes. Possible values:\
\- tree -> display a basic dependency tree\
\- dependencies -> display a basic list of dependencies\
Example: **`--dump=dependencies`**

**`--use-ssl-certificates`**\
When connecting to HTTPS websites (or even when connected to a configured [proxy](/the-client/general-operations/connecting-through-a-proxy.md)) the client can use additional X509 certificates to operate, as long they are accessible from the file system.\
Example: **`--use-ssl-certificates=~/certs/local.pem,~/certs/qa.pem`**<br>
