pmat 3.17.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
# PMAT CLI Reference

## Overview

PMAT provides a comprehensive command-line interface for code analysis.

## Basic Usage

```bash
pmat [SUBCOMMAND] [OPTIONS]
```

## Common Commands

### Context Generation

```bash
pmat context [OPTIONS]
```

### Mutation Testing

```bash
pmat mutate [OPTIONS]
```

### Quality Gates

```bash
pmat quality-gate [OPTIONS]
```

## Getting Help

```bash
pmat --help
pmat <subcommand> --help
```

## Related Documentation

- [Interfaces Overview]./guides/interfaces-overview.md
- [Features]./features/