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

# cordon help

> Show help for cordon or a specific subcommand.

Print the same help text as `--help`, including nested subcommands.

## Usage

```bash theme={null}
cordon help [SUBCOMMAND...]
```

## Examples

```bash theme={null}
# Top-level help
cordon help

# Help for a command group
cordon help route

# Help for a nested command
cordon help route add
```

Use `cordon help route add`, not `cordon route help add`.
