Skip to content

Commit d6e3f06

Browse files
committed
Update descriptions
1 parent 140f46b commit d6e3f06

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

bin/commands.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"cmd": "bundle-pkg-list",
16-
"desc": "Bundle a list of packages into a single file.",
16+
"desc": "Bundle a list of stdlib packages.",
1717
"path": "./lib/node_modules/@stdlib/_tools/bundle/pkg-list/bin/cli",
1818
"group": "Tools"
1919
},
@@ -43,13 +43,13 @@
4343
},
4444
{
4545
"cmd": "ls",
46-
"desc": "List package names.",
46+
"desc": "List stdlib package names.",
4747
"path": "./lib/node_modules/@stdlib/_tools/pkgs/names/bin/cli",
4848
"group": "Meta"
4949
},
5050
{
5151
"cmd": "ls-tree",
52-
"desc": "Show package tree.",
52+
"desc": "Show stdlib package tree.",
5353
"path": "./lib/node_modules/@stdlib/_tools/pkgs/tree/bin/cli",
5454
"group": "Meta"
5555
},
@@ -61,7 +61,7 @@
6161
},
6262
{
6363
"cmd": "ns",
64-
"desc": "Print namespace.",
64+
"desc": "Print stdlib namespace.",
6565
"path": "./lib/node_modules/@stdlib/namespace/bin/cli",
6666
"group": "Meta"
6767
},

bin/usage.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ Usage: stdlib [options] <command> [args] [-- <options>]
44
Options:
55

66
-h, --help Print this message.
7-
-V, --version Print the package version.
7+
-V, --version Print the version.
88

99
Commands:
1010

1111
help [command] Print a help message.
1212
arch Operating system CPU architecture.
13-
bundle-pkg-list Bundle a list of packages into a single file.
13+
bundle-pkg-list Bundle a list of stdlib packages.
1414
configdir Configuration directory path.
1515
cwd Current working directory.
1616
datasets Retrieve a dataset.
1717
homedir Home directory path.
18-
ls List package names.
19-
ls-tree Show package tree.
18+
ls List stdlib package names.
19+
ls-tree Show stdlib package tree.
2020
node-version Node.js version.
21-
ns Print namespace.
21+
ns Print stdlib namespace.
2222
num-cpus Number of CPUs.
2323
platform Platform.
2424
repl Start a REPL.

0 commit comments

Comments
 (0)