> ## Documentation Index
> Fetch the complete documentation index at: https://mkbrr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# inspect

> Inspect a torrent file and display its metadata and file structure.

## Usage

```bash theme={null}
  mkbrr inspect <torrent-file> [flags]
```

## Arguments

* `<torrent-file>`: (Required) Path to the `.torrent` file to inspect.

## Flags

<ParamField query="--verbose, -v" type="boolean" default={false}>
  Show all metadata fields, including non-standard ones.
</ParamField>
