ass_close
Close an Aegisub/ASS subtitle document, optionally saving changes first. Use when finishing edits to commit work or release the file.
Instructions
Close a document (optionally saving it first).
Args: doc_id: document to close; the current one when omitted. save: save before closing (requires a known path).
Returns {"doc_id", "closed", "saved", "path", "remaining", "current"}.
Line indices are 0-based.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | ||
| doc_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||