File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/assert/is-uri Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ bool = isURI( 'http://example.w3.org/%at' );
174174### Usage
175175
176176``` text
177- Usage: isuri [options] [<uri>]
177+ Usage: is-uri [options] [<uri>]
178178
179179Options:
180180
@@ -191,14 +191,14 @@ Options:
191191### Examples
192192
193193``` bash
194- $ isuri http://google.com
194+ $ is-uri http://google.com
195195true
196196```
197197
198198To use as a [ standard stream] [ standard-streams ] ,
199199
200200``` bash
201- $ echo -n ' http://google.com' | isuri
201+ $ echo -n ' http://google.com' | is-uri
202202true
203203```
204204
Original file line number Diff line number Diff line change 11
2- Usage: isuri [options] [<uri>]
2+ Usage: is-uri [options] [<uri>]
33
44Options:
55
Original file line number Diff line number Diff line change 1414 }
1515 ],
1616 "bin" : {
17- "isuri " : " ./bin/cli"
17+ "is-uri " : " ./bin/cli"
1818 },
1919 "main" : " ./lib" ,
2020 "directories" : {
You can’t perform that action at this time.
0 commit comments