File tree 4 files changed +6
-6
lines changed
lib/node_modules/@stdlib/repl/help
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ for ( i = 0; i < 100; i++ ) {
116
116
### Usage
117
117
118
118
``` text
119
- Usage: stdlib-help-text [options] <alias>
119
+ Usage: stdlib-alias-help [options] <alias>
120
120
121
121
Options:
122
122
@@ -143,7 +143,7 @@ Options:
143
143
### Examples
144
144
145
145
``` bash
146
- $ stdlib-help-text ' base.sin'
146
+ $ stdlib-alias-help ' base.sin'
147
147
```
148
148
149
149
</section >
Original file line number Diff line number Diff line change 1
1
2
- Usage: stdlib-help-text [options] <alias>
2
+ Usage: stdlib-alias-help [options] <alias>
3
3
4
4
Options:
5
5
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license Apache-2.0
3
3
*
4
- * Copyright (c) 2018 The Stdlib Authors.
4
+ * Copyright (c) 2019 The Stdlib Authors.
5
5
*
6
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/repl/help" ,
3
3
"version" : " 0.0.0" ,
4
- "description" : " REPL help texts ." ,
4
+ "description" : " Return help text associated with a provided alias ." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
7
7
"name" : " The Stdlib Authors" ,
14
14
}
15
15
],
16
16
"bin" : {
17
- "stdlib-help-text " : " ./bin/cli"
17
+ "stdlib-alias-help " : " ./bin/cli"
18
18
},
19
19
"main" : " ./lib" ,
20
20
"directories" : {
You can’t perform that action at this time.
0 commit comments