|
9 | 9 | "cmd": "arch", |
10 | 10 | "desc": "Operating system CPU architecture.", |
11 | 11 | "path": "./lib/node_modules/@stdlib/os/arch/bin/cli", |
12 | | - "group": "OS" |
| 12 | + "group": "System" |
13 | 13 | }, |
14 | 14 | { |
15 | 15 | "cmd": "bundle-pkg-list", |
|
21 | 21 | "cmd": "configdir", |
22 | 22 | "desc": "Configuration directory path.", |
23 | 23 | "path": "./lib/node_modules/@stdlib/os/configdir/bin/cli", |
24 | | - "group": "OS" |
| 24 | + "group": "System" |
| 25 | + }, |
| 26 | + { |
| 27 | + "cmd": "cwd", |
| 28 | + "desc": "Current working directory.", |
| 29 | + "path": "./lib/node_modules/@stdlib/process/cwd/bin/cli", |
| 30 | + "group": "System" |
25 | 31 | }, |
26 | 32 | { |
27 | 33 | "cmd": "datasets", |
|
33 | 39 | "cmd": "homedir", |
34 | 40 | "desc": "Home directory path.", |
35 | 41 | "path": "./lib/node_modules/@stdlib/os/homedir/bin/cli", |
36 | | - "group": "OS" |
| 42 | + "group": "System" |
37 | 43 | }, |
38 | 44 | { |
39 | 45 | "cmd": "ls", |
|
47 | 53 | "path": "./lib/node_modules/@stdlib/_tools/pkgs/tree/bin/cli", |
48 | 54 | "group": "Meta" |
49 | 55 | }, |
| 56 | + { |
| 57 | + "cmd": "node-version", |
| 58 | + "desc": "Node.js version.", |
| 59 | + "path": "./lib/node_modules/@stdlib/process/node-version/bin/cli", |
| 60 | + "group": "Meta" |
| 61 | + }, |
50 | 62 | { |
51 | 63 | "cmd": "ns", |
52 | 64 | "desc": "Print namespace.", |
|
57 | 69 | "cmd": "num-cpus", |
58 | 70 | "desc": "Number of CPUs.", |
59 | 71 | "path": "./lib/node_modules/@stdlib/os/num-cpus/bin/cli", |
60 | | - "group": "OS" |
| 72 | + "group": "System" |
61 | 73 | }, |
62 | 74 | { |
63 | 75 | "cmd": "platform", |
64 | 76 | "desc": "Platform.", |
65 | 77 | "path": "./lib/node_modules/@stdlib/os/platform/bin/cli", |
66 | | - "group": "OS" |
| 78 | + "group": "System" |
67 | 79 | }, |
68 | 80 | { |
69 | 81 | "cmd": "repl", |
|
81 | 93 | "cmd": "tmpdir", |
82 | 94 | "desc": "Directory path for storing temporary files.", |
83 | 95 | "path": "./lib/node_modules/@stdlib/os/tmpdir/bin/cli", |
84 | | - "group": "OS" |
| 96 | + "group": "System" |
| 97 | + }, |
| 98 | + { |
| 99 | + "cmd": "umask", |
| 100 | + "desc": "Process mask.", |
| 101 | + "path": "./lib/node_modules/@stdlib/process/umask/bin/cli", |
| 102 | + "group": "System" |
85 | 103 | } |
86 | 104 | ] |
0 commit comments