Skip to content

Commit 323b1bc

Browse files
Spoons GitHub BotSpoons GitHub Bot
authored andcommitted
Update docs
1 parent 14186db commit 323b1bc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/Commander.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,4 @@ <h5><a href="#show">show</a></h5>
263263
</table>
264264
</section>
265265
</body>
266-
</html>
266+
</html>

docs/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3807,7 +3807,7 @@
38073807
}
38083808
],
38093809
"name": "Commander",
3810-
"stripped_doc": "\nThe way of Commander to generate it command list is\nit goes to each spoon and extract all public functions inside the spoon table.\nfor each function the name is set to \"spoonName.functionName\".\nif the spoon has a table called `commandderCommandTable`, Commander will\nignore everything else and take whatever is in the table.\nIn this case the naming convention is the same.\nThen Commander grabs all the functions in global table.\nfunctions are tested against `Commander.ignoredCommandList`,\nexcept when spoon author provides a `commanderCommandList`.\n\nCommander.chooser is the chooser, you can set background color, rows, etc, to it.",
3810+
"stripped_doc": "\nThe way of Commander to generate it command list is\nit goes to each spoon and extract all public functions inside the spoon table.\nfor each function the name is set to \"spoonName.functionName\".\nif the spoon has a table called `commanderCommandList`, Commander will\nignore everything else and take whatever is in the table.\nIn this case the naming convention is the same.\nThen Commander grabs all the functions in global table.\nfunctions are tested against `Commander.ignoredCommandList`,\nexcept when spoon author provides a `commanderCommandList`.\n\nCommander.chooser is the chooser, you can set background color, rows, etc, to it.",
38113811
"submodules": [],
38123812
"type": "Module"
38133813
},
@@ -22114,4 +22114,4 @@
2211422114
"submodules": [],
2211522115
"type": "Module"
2211622116
}
22117-
]
22117+
]

docs/templated_docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4673,8 +4673,8 @@
46734673
],
46744674
"desc": "This spoon lets execute commands from other spoon by a chooser.",
46754675
"desc_gfm": "<p>This spoon lets execute commands from other spoon by a chooser.</p>\n",
4676-
"doc": "This spoon lets execute commands from other spoon by a chooser.\n\nThe way of Commander to generate it command list is\nit goes to each spoon and extract all public functions inside the spoon table.\nfor each function the name is set to \"spoonName.functionName\".\nif the spoon has a table called `commandderCommandTable`, Commander will\nignore everything else and take whatever is in the table.\nIn this case the naming convention is the same.\nThen Commander grabs all the functions in global table.\nfunctions are tested against `Commander.ignoredCommandList`,\nexcept when spoon author provides a `commanderCommandList`.\n\nCommander.chooser is the chooser, you can set background color, rows, etc, to it.",
4677-
"doc_gfm": "<p>This spoon lets execute commands from other spoon by a chooser.</p>\n<p>The way of Commander to generate it command list is\nit goes to each spoon and extract all public functions inside the spoon table.\nfor each function the name is set to &quot;spoonName.functionName&quot;.\nif the spoon has a table called <code>commandderCommandTable</code>, Commander will\nignore everything else and take whatever is in the table.\nIn this case the naming convention is the same.\nThen Commander grabs all the functions in global table.\nfunctions are tested against <code>Commander.ignoredCommandList</code>,\nexcept when spoon author provides a <code>commanderCommandList</code>.</p>\n<p>Commander.chooser is the chooser, you can set background color, rows, etc, to it.</p>\n",
4676+
"doc": "This spoon lets execute commands from other spoon by a chooser.\n\nThe way of Commander to generate it command list is\nit goes to each spoon and extract all public functions inside the spoon table.\nfor each function the name is set to \"spoonName.functionName\".\nif the spoon has a table called `commanderCommandList`, Commander will\nignore everything else and take whatever is in the table.\nIn this case the naming convention is the same.\nThen Commander grabs all the functions in global table.\nfunctions are tested against `Commander.ignoredCommandList`,\nexcept when spoon author provides a `commanderCommandList`.\n\nCommander.chooser is the chooser, you can set background color, rows, etc, to it.",
4677+
"doc_gfm": "<p>This spoon lets execute commands from other spoon by a chooser.</p>\n<p>The way of Commander to generate it command list is\nit goes to each spoon and extract all public functions inside the spoon table.\nfor each function the name is set to &quot;spoonName.functionName&quot;.\nif the spoon has a table called <code>commanderCommandList</code>, Commander will\nignore everything else and take whatever is in the table.\nIn this case the naming convention is the same.\nThen Commander grabs all the functions in global table.\nfunctions are tested against <code>Commander.ignoredCommandList</code>,\nexcept when spoon author provides a <code>commanderCommandList</code>.</p>\n<p>Commander.chooser is the chooser, you can set background color, rows, etc, to it.</p>\n",
46784678
"items": [
46794679
{
46804680
"def": "Commander.addCommand(commandTable)",
@@ -4813,7 +4813,7 @@
48134813
}
48144814
],
48154815
"name": "Commander",
4816-
"stripped_doc": "\nThe way of Commander to generate it command list is\nit goes to each spoon and extract all public functions inside the spoon table.\nfor each function the name is set to \"spoonName.functionName\".\nif the spoon has a table called `commandderCommandTable`, Commander will\nignore everything else and take whatever is in the table.\nIn this case the naming convention is the same.\nThen Commander grabs all the functions in global table.\nfunctions are tested against `Commander.ignoredCommandList`,\nexcept when spoon author provides a `commanderCommandList`.\n\nCommander.chooser is the chooser, you can set background color, rows, etc, to it.",
4816+
"stripped_doc": "\nThe way of Commander to generate it command list is\nit goes to each spoon and extract all public functions inside the spoon table.\nfor each function the name is set to \"spoonName.functionName\".\nif the spoon has a table called `commanderCommandList`, Commander will\nignore everything else and take whatever is in the table.\nIn this case the naming convention is the same.\nThen Commander grabs all the functions in global table.\nfunctions are tested against `Commander.ignoredCommandList`,\nexcept when spoon author provides a `commanderCommandList`.\n\nCommander.chooser is the chooser, you can set background color, rows, etc, to it.",
48174817
"submodules": [],
48184818
"type": "Module"
48194819
},

0 commit comments

Comments
 (0)