We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f79d1d commit 8b12450Copy full SHA for 8b12450
src/configs/cliConfig.ts
@@ -26,11 +26,12 @@ Object.keys(Stack.Modules).forEach((element) => {
26
moduleDescription.push(Stack.Modules[element]["description"])
27
})
28
29
-moduleDescription.filter(function (ele: Iroverdescription) {
+export const moduleDescriptions = moduleDescription.filter(function (
30
+ ele: Iroverdescription
31
+) {
32
keys.push(ele["key"])
33
values.push(ele["value"])
34
-
35
export const app: Record<
36
string,
37
Record<string, Array<string> | Array<Iroverdescription>>
0 commit comments