Skip to content

Commit f899798

Browse files
committed
Update help text
1 parent bbc5259 commit f899798

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

bin/commands.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
"cmd": "arch",
1010
"desc": "Operating system CPU architecture.",
1111
"path": "./lib/node_modules/@stdlib/os/arch/bin/cli",
12-
"group": "os"
12+
"group": "OS"
1313
},
1414
{
1515
"cmd": "bundle-pkg-list",
1616
"desc": "Bundle a list of packages into a single file.",
1717
"path": "./lib/node_modules/@stdlib/_tools/bundle/pkg-list/bin/cli",
18-
"group": ""
18+
"group": "Tools"
1919
},
2020
{
2121
"cmd": "configdir",
2222
"desc": "Configuration directory path.",
2323
"path": "./lib/node_modules/@stdlib/os/configdir/bin/cli",
24-
"group": "os"
24+
"group": "OS"
2525
},
2626
{
2727
"cmd": "datasets",
@@ -33,48 +33,48 @@
3333
"cmd": "homedir",
3434
"desc": "Home directory path.",
3535
"path": "./lib/node_modules/@stdlib/os/homedir/bin/cli",
36-
"group": "os"
36+
"group": "OS"
3737
},
3838
{
3939
"cmd": "ls",
4040
"desc": "List package names.",
4141
"path": "./lib/node_modules/@stdlib/_tools/pkgs/names/bin/cli",
42-
"group": ""
42+
"group": "Meta"
4343
},
4444
{
4545
"cmd": "ls-tree",
4646
"desc": "Show package tree.",
4747
"path": "./lib/node_modules/@stdlib/_tools/pkgs/tree/bin/cli",
48-
"group": ""
48+
"group": "Meta"
4949
},
5050
{
5151
"cmd": "ns",
5252
"desc": "Print namespace.",
5353
"path": "./lib/node_modules/@stdlib/namespace/bin/cli",
54-
"group": ""
54+
"group": "Meta"
5555
},
5656
{
5757
"cmd": "num-cpus",
5858
"desc": "Number of CPUs.",
5959
"path": "./lib/node_modules/@stdlib/os/num-cpus/bin/cli",
60-
"group": "os"
60+
"group": "OS"
6161
},
6262
{
6363
"cmd": "platform",
6464
"desc": "Platform.",
6565
"path": "./lib/node_modules/@stdlib/os/platform/bin/cli",
66-
"group": "os"
67-
},
68-
{
69-
"cmd": "tmpdir",
70-
"desc": "Directory path for storing temporary files.",
71-
"path": "./lib/node_modules/@stdlib/os/tmpdir/bin/cli",
72-
"group": "os"
66+
"group": "OS"
7367
},
7468
{
7569
"cmd": "repl",
7670
"desc": "Start a REPL.",
7771
"path": "./lib/node_modules/@stdlib/repl/bin/cli",
7872
"group": ""
73+
},
74+
{
75+
"cmd": "tmpdir",
76+
"desc": "Directory path for storing temporary files.",
77+
"path": "./lib/node_modules/@stdlib/os/tmpdir/bin/cli",
78+
"group": "OS"
7979
}
8080
]

bin/usage.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@ Options:
99
Commands:
1010

1111
help [command] Print a help message.
12+
arch Operating system CPU architecture.
1213
bundle-pkg-list Bundle a list of packages into a single file.
14+
configdir Configuration directory path.
1315
datasets Retrieve a dataset.
16+
homedir Home directory path.
1417
ls List package names.
1518
ls-tree Show package tree.
1619
ns Print namespace.
20+
num-cpus Number of CPUs.
21+
platform Platform.
1722
repl Start a REPL.
23+
tmpdir Directory path for storing temporary files.
1824

0 commit comments

Comments
 (0)