|
4673 | 4673 | ], |
4674 | 4674 | "desc": "This spoon lets execute commands from other spoon by a chooser.", |
4675 | 4675 | "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 "spoonName.functionName".\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 "spoonName.functionName".\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", |
4678 | 4678 | "items": [ |
4679 | 4679 | { |
4680 | 4680 | "def": "Commander.addCommand(commandTable)", |
|
4813 | 4813 | } |
4814 | 4814 | ], |
4815 | 4815 | "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.", |
4817 | 4817 | "submodules": [], |
4818 | 4818 | "type": "Module" |
4819 | 4819 | }, |
|
0 commit comments