File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
},
14
14
{
15
15
"cmd" : " bundle-pkg-list" ,
16
- "desc" : " Bundle a list of packages into a single file ." ,
16
+ "desc" : " Bundle a list of stdlib packages ." ,
17
17
"path" : " ./lib/node_modules/@stdlib/_tools/bundle/pkg-list/bin/cli" ,
18
18
"group" : " Tools"
19
19
},
43
43
},
44
44
{
45
45
"cmd" : " ls" ,
46
- "desc" : " List package names." ,
46
+ "desc" : " List stdlib package names." ,
47
47
"path" : " ./lib/node_modules/@stdlib/_tools/pkgs/names/bin/cli" ,
48
48
"group" : " Meta"
49
49
},
50
50
{
51
51
"cmd" : " ls-tree" ,
52
- "desc" : " Show package tree." ,
52
+ "desc" : " Show stdlib package tree." ,
53
53
"path" : " ./lib/node_modules/@stdlib/_tools/pkgs/tree/bin/cli" ,
54
54
"group" : " Meta"
55
55
},
61
61
},
62
62
{
63
63
"cmd" : " ns" ,
64
- "desc" : " Print namespace." ,
64
+ "desc" : " Print stdlib namespace." ,
65
65
"path" : " ./lib/node_modules/@stdlib/namespace/bin/cli" ,
66
66
"group" : " Meta"
67
67
},
Original file line number Diff line number Diff line change @@ -4,21 +4,21 @@ Usage: stdlib [options] <command> [args] [-- <options>]
4
4
Options:
5
5
6
6
-h, --help Print this message.
7
- -V, --version Print the package version.
7
+ -V, --version Print the version.
8
8
9
9
Commands:
10
10
11
11
help [command] Print a help message.
12
12
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 .
14
14
configdir Configuration directory path.
15
15
cwd Current working directory.
16
16
datasets Retrieve a dataset.
17
17
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.
20
20
node-version Node.js version.
21
- ns Print namespace.
21
+ ns Print stdlib namespace.
22
22
num-cpus Number of CPUs.
23
23
platform Platform.
24
24
repl Start a REPL.
You can’t perform that action at this time.
0 commit comments