You are viewing documentation for our open source project which is maintained by the community. If you want to get started building assistants with Rasa please check out our latest [documentation here](/content/docs/index.html).

#### add\_subparser [\#](https://legacy-docs-oss.rasa.com/docs/rasa/next/reference/rasa/cli/visualize/#add_subparser "Direct link to heading")

```python
def add\_subparser(subparsers: SubParsersAction,

parents: List[argparse.ArgumentParser]) -> None:
    
    Add all visualization parsers.
```

**Arguments**:

- `subparsers` \- subparser we are going to attach to
- `parents` \- Parent parsers, needed to ensure tree structure in argparse

[Learn more...](https://legacy-docs-oss.rasa.com/docs/rasa/next/reference/rasa/cli/visualize/#)
