Meta Data
Function Description
Sets meta data for the script, such as chapter information.
Syntax Structure
text
chapter [chapter_id] "[chapter_name]"Parameter Description
| Parameter | Required | Example | Description |
|---|---|---|---|
| chapter_id | Yes | 1 | Chapter ID |
| chapter_name | Yes | Introduction | Chapter name |
Examples
text
# Set chapter meta data
chapter 1 "Introduction"