# 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 ](https://docs.meterian.io/the-client/command-line-parameters/advanced-options/autofix)for further information.

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

**`--process-dlls`**\
Enables the processing of DLLs during a .NET scan. See the [specific section](https://docs.meterian.io/languages-support/.net/scanning-dlls) 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](https://docs.meterian.io/the-client/general-operations/connecting-through-a-proxy)) 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meterian.io/the-client/command-line-parameters/advanced-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
