-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmoduluscmdlist.json
More file actions
30 lines (30 loc) · 841 Bytes
/
moduluscmdlist.json
File metadata and controls
30 lines (30 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"help": {
"path": "../Modulus Commands/help.js",
"fullpath": "/Modulus Commands/help.js"
},
"addcmd": {
"path": "../Modulus Commands/addcmd.js",
"fullpath": "/Modulus Commands/addcmd.js"
},
"list": {
"path": "../Modulus Commands/list.js",
"fullpath": "/Modulus Commands/list.js"
},
"editcmd": {
"path": "../Modulus Commands/editcmd.js",
"fullpath": "/Modulus Commands/editcmd.js"
},
"delcmd": {
"path": "../Modulus Commands/delcmd.js",
"fullpath": "/Modulus Commands/delcmd.js"
},
"eval": {
"path": "../Modulus Commands/eval.js",
"fullpath": "/Modulus Commands/eval.js"
},
"unlist": {
"path": "../Modulus Commands/unlist.js",
"fullpath": "/Modulus Commands/unlist.js"
}
}