> For the complete Mojo documentation index, see [llms.txt](/llms.txt).
> Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).

# mojo demangle

Demangles the given name.

## Synopsis

```
mojo demangle [options] <name>
```

## Description

If the given name is a mangled Mojo symbol name, prints the demangled name. If no name is provided, one is read from standard input.

## Options

### Common options

#### `--help`, `-h`

Displays help information.

#### `--help-hidden`

Displays help for hidden options.

