File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ if ( cmd === 'help' ) {
124
124
cmd === 'datasets' ||
125
125
cmd === 'ls' ||
126
126
cmd === 'ls-tree' ||
127
+ cmd === 'ns' ||
127
128
cmd === 'repl'
128
129
) {
129
130
cmd = commands [ cmd ] ;
Original file line number Diff line number Diff line change 2
2
"datasets" : " ./lib/node_modules/@stdlib/datasets/bin/cli" ,
3
3
"ls" : " ./tools/pkgs/names/bin/cli" ,
4
4
"ls-tree" : " ./tools/pkgs/tree/bin/cli" ,
5
+ "ns" : " ./lib/node_modules/@stdlib/namespace/bin/cli" ,
5
6
"repl" : " ./lib/node_modules/@stdlib/repl/bin/cli"
6
7
}
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Commands:
10
10
help [command] Print a help message.
11
11
datasets Retrieve a dataset.
12
12
ls List package names.
13
- tree Show package tree.
13
+ ls-tree Show package tree.
14
+ ns Print namespace.
14
15
repl Start a REPL.
15
16
You can’t perform that action at this time.
0 commit comments