Arguments
| Argument | Description |
|---|---|
<issue-type> | Issue type token or rule id, for example unused-export, fallow/unused-dependency, high-complexity, or code-duplication. Common plural aliases such as unused-exports are accepted. |
Output
| Format | Description |
|---|---|
human | Rule id, summary, rationale, example, fix guidance, and docs URL. |
json | Machine-readable object with the same fields. Use this from agents. |
$ fallow explain unused-export --format json --quiet
MCP tool
Thefallow_explain MCP tool wraps fallow explain <issue-type> --format json --quiet:
Example request