console เป็นสะพานระหว่าง Hexo และผู้ใช้ของมัน และ console บันทึกและอธิบายคำสั่ง console ที่มีอยู่ It registers and describes the available console commands.
Synopsis
hexo.extend.console.register(name, desc, options, function (args) { |
Argument | Description |
---|---|
name |
Name |
desc |
Description |
options |
Options |
An argument args
will be passed into the function. This is the argument that users type into the terminal. It’s parsed by Minimist.
Options
usage
วิธีการใช้งานของคำสั่ง console ยกตัวอย่างเช่น For example:
{ |
arguments
คำอธิบายทุก argument ของคำสั่ง console ยกตัวอย่างเช่น For example:
{ |
options
คำอธิบายทุกตัวเลือกของคำสั่ง console ยกตัวอย่างเช่น For example:
{ |
desc
ข้อมูลเพิ่มเติมสำหรับคำสั่ง console
Example
hexo.extend.console.register( |