# run_config_command

> **Function** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/client/commands/config/run_config_command)

Dispatch a parsed `config` invocation.

## Signature

```python
run_config_command(
    args: argparse.Namespace,
) -> int
```

## Returns

`int`

Process exit code from the selected config action.

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/e14e0adcbe78565ed3650e7f24b2a775d5437d25/libs/code/deepagents_code/client/commands/config.py#L605)