File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,10 @@ if ( cmd === 'help' ) {
111111 args2 [ 1 ] = '--help' ;
112112} else {
113113 if (
114- cmd === 'repl ' ||
114+ cmd === 'datasets ' ||
115115 cmd === 'ls' ||
116- cmd === 'ls-tree'
116+ cmd === 'ls-tree' ||
117+ cmd === 'repl'
117118 ) {
118119 cmd = commands [ cmd ] ;
119120 cmd = path . resolve ( __dirname , '..' , cmd ) ;
Original file line number Diff line number Diff line change 11{
2+ "datasets" : " ./lib/node_modules/@stdlib/datasets/bin/cli" ,
23 "ls" : " ./tools/pkgs/names/bin/cli" ,
34 "ls-tree" : " ./tools/pkgs/tree/bin/cli" ,
45 "repl" : " ./lib/node_modules/@stdlib/repl/bin/cli"
Original file line number Diff line number Diff line change 88Commands:
99
1010 help [command] Print a help message.
11+ datasets Retrieve a dataset.
1112 ls List package names.
1213 tree Show package tree.
1314 repl Start a REPL.
You can’t perform that action at this time.
0 commit comments