review.version
Check the Re:VIEW CLI version to ensure proper setup for validating and correcting manuscript files, preventing common writing errors.
Instructions
Return Re:VIEW CLI version (prefers bundle exec).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes |
Input Schema (JSON Schema)
{
"properties": {
"cwd": {
"type": "string"
}
},
"required": [
"cwd"
],
"type": "object"
}