Skip to content

Commit 5ffd282

Browse files
committed
Add command to list contributors
1 parent 2689b2f commit 5ffd282

File tree

9 files changed

+95
-3
lines changed

9 files changed

+95
-3
lines changed

lib/node_modules/@stdlib/repl/data/example.csv

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ clearHistory,"clearHistory()\n"
1010
clearUserDocs,"function foo() {};\nuserDoc( 'foo', foo, '\nfoo()\n Foo bar.\n' );\nhelp( foo )\nclearUserDocs();\nhelp( foo )\n"
1111
clearVars,"var x = 3.14;\nx\nclearVars();\nx\n"
1212
clearWorkspace,"workspace( 'foobar' );\nvar x = 3.14;\nworkspace( 'barfoo' );\ntypeof x\nvarsWorkspace( 'foobar' )\nclearWorkspace( 'foobar' );\nvarsWorkspace( 'foobar' )\nworkspace( 'foobar' );\nx\n"
13+
contributors,"credits()\n"
1314
copyright,"copyright()\n"
1415
credits,"credits()\n"
1516
currentWorkspace,"currentWorkspace\n"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"__done__":"function onTimeout() { __done__( null, 'foo' ) };\nvar res = setTimeout( onTimeout, 1000 )\n","require":"var crypto = require( 'crypto' )\n","alias2pkg":"var v = alias2pkg( 'base.sin' )\nvar v = alias2pkg( new Float64Array( 10 ) )\n","alias2related":"var v = alias2related( 'base.sin' )\nvar v = alias2related( new Float64Array( 10 ) )\n","ans":"ans\n","assignfrom":"workspace( 'foobar' );\nvar x = 3.14;\nworkspace( 'barfoo' );\nvar y = assignfrom( 'foobar', 'x' );\ny\n","assignin":"assignin( 'base', 'x', 3.14 );\nx\n","clear":"clear()\n","clearHistory":"clearHistory()\n","clearUserDocs":"function foo() {};\nuserDoc( 'foo', foo, '\\nfoo()\\n Foo bar.\\n' );\nhelp( foo )\nclearUserDocs();\nhelp( foo )\n","clearVars":"var x = 3.14;\nx\nclearVars();\nx\n","clearWorkspace":"workspace( 'foobar' );\nvar x = 3.14;\nworkspace( 'barfoo' );\ntypeof x\nvarsWorkspace( 'foobar' )\nclearWorkspace( 'foobar' );\nvarsWorkspace( 'foobar' )\nworkspace( 'foobar' );\nx\n","copyright":"copyright()\n","credits":"credits()\n","currentWorkspace":"currentWorkspace\n","deeprerequire":"var foo = require( './foo.js' );\nfoo = deeprerequire( './foo.js' );\n","deleteWorkspace":"workspace( 'foobar' );\nvar x = 3.14;\nworkspace( 'barfoo' );\nworkspaces()\ndeleteWorkspace( 'foobar' );\nworkspaces()\n","donate":"donate()\n","evalin":"workspace( 'foobar' );\nworkspace( 'barfoo' );\nevalin( 'foobar', 'var x = 3.14;' );\nx\nworkspace( 'foobar' );\nx\n","example":"example( base.sin )\nexample( 'base.sin' )\nexample( isString.isPrimitive )\nexample( 'isString.isPrimitive' )\nexample( new Float64Array( 10 ) )\n","global":"global\n","help":"help()\nhelp( help )\nhelp( 'help' )\nhelp( isString.isPrimitive )\nhelp( 'isString.isPrimitive' )\nhelp( new Float64Array( 10 ) )\n","info":"info( base.sin )\ninfo( 'base.sin' )\ninfo( isString.isPrimitive )\ninfo( 'isString.isPrimitive' )\ninfo( new Float64Array( 10 ) )\n","isKeyword":"isKeyword( 'Float64Array' )\nisKeyword( 'beep_boop_bop_bip_foo_bar' )\n","isWorkspace":"isWorkspace( 'base' )\nisWorkspace( /^presentation/ )\n","load":"load( './path/to/file.js' )\n","loadWorkspace":"workspace( 'foobar' );\nvar x = 3.14;\nworkspace( 'barfoo' );\ntypeof x\nloadWorkspace( 'foobar' );\nx\n","logStart":"var id = logStart( './path/to/file.txt' );\n1 + 1\n'foo'\nlogStop( id );\n","logStop":"var id = logStart( './path/to/file.txt' );\n1 + 1\n'foo'\nlogStop( id );\n","presentationStart":"var id = presentationStart( 'beep\\n---boop\\n' );\n","presentationStop":"var id = presentationStart( 'beep\\n---\\nboop\\n' );\npresentationStop();\n","quit":"quit()\n","renameWorkspace":"workspace( 'foobar' );\nvar x = 3.14;\nworkspaces()\nworkspace( 'barfoo' );\nworkspaces()\nrenameWorkspace( 'foobar', 'beepboop' );\nworkspaces()\nworkspace( 'beepboop' );\nx\n","rerequire":"var foo = require( './foo.js' );\nfoo = rerequire( './foo.js' );\n","rerun":"1+1\nrerun()\n","reset":"reset()\n","save":"save( './path/to/file.txt' )\n","saveStart":"var id = saveStart( './path/to/file.txt' );\n1 + 1\n'foo'\nsaveStop( id );\n","saveStop":"var id = saveStart( './path/to/file.txt' );\n1 + 1\n'foo'\nsaveStop( id );\n","tutorial":"var id = tutorial( 'repl' );\n","userDoc":"function foo() {};\nuserDoc( 'foo', foo, '\\nfoo()\\n Foo bar.\\n' );\nhelp( foo )\n","vars":"vars()\nvars( { 'details': true } )\n","varsWorkspace":"varsWorkspace()\nvarsWorkspace( 'base' )\nvarsWorkspace( { 'details': true } )\n","workspace":"workspace( 'foobar' );\nvar x = 3.14;\nworkspace( 'beepboop' );\nx\n","workspaces":"workspaces()\nworkspaces( { 'details': true } )\n"}
1+
{"__done__":"function onTimeout() { __done__( null, 'foo' ) };\nvar res = setTimeout( onTimeout, 1000 )\n","require":"var crypto = require( 'crypto' )\n","alias2pkg":"var v = alias2pkg( 'base.sin' )\nvar v = alias2pkg( new Float64Array( 10 ) )\n","alias2related":"var v = alias2related( 'base.sin' )\nvar v = alias2related( new Float64Array( 10 ) )\n","ans":"ans\n","assignfrom":"workspace( 'foobar' );\nvar x = 3.14;\nworkspace( 'barfoo' );\nvar y = assignfrom( 'foobar', 'x' );\ny\n","assignin":"assignin( 'base', 'x', 3.14 );\nx\n","clear":"clear()\n","clearHistory":"clearHistory()\n","clearUserDocs":"function foo() {};\nuserDoc( 'foo', foo, '\\nfoo()\\n Foo bar.\\n' );\nhelp( foo )\nclearUserDocs();\nhelp( foo )\n","clearVars":"var x = 3.14;\nx\nclearVars();\nx\n","clearWorkspace":"workspace( 'foobar' );\nvar x = 3.14;\nworkspace( 'barfoo' );\ntypeof x\nvarsWorkspace( 'foobar' )\nclearWorkspace( 'foobar' );\nvarsWorkspace( 'foobar' )\nworkspace( 'foobar' );\nx\n","contributors":"credits()\n","copyright":"copyright()\n","credits":"credits()\n","currentWorkspace":"currentWorkspace\n","deeprerequire":"var foo = require( './foo.js' );\nfoo = deeprerequire( './foo.js' );\n","deleteWorkspace":"workspace( 'foobar' );\nvar x = 3.14;\nworkspace( 'barfoo' );\nworkspaces()\ndeleteWorkspace( 'foobar' );\nworkspaces()\n","donate":"donate()\n","evalin":"workspace( 'foobar' );\nworkspace( 'barfoo' );\nevalin( 'foobar', 'var x = 3.14;' );\nx\nworkspace( 'foobar' );\nx\n","example":"example( base.sin )\nexample( 'base.sin' )\nexample( isString.isPrimitive )\nexample( 'isString.isPrimitive' )\nexample( new Float64Array( 10 ) )\n","global":"global\n","help":"help()\nhelp( help )\nhelp( 'help' )\nhelp( isString.isPrimitive )\nhelp( 'isString.isPrimitive' )\nhelp( new Float64Array( 10 ) )\n","info":"info( base.sin )\ninfo( 'base.sin' )\ninfo( isString.isPrimitive )\ninfo( 'isString.isPrimitive' )\ninfo( new Float64Array( 10 ) )\n","isKeyword":"isKeyword( 'Float64Array' )\nisKeyword( 'beep_boop_bop_bip_foo_bar' )\n","isWorkspace":"isWorkspace( 'base' )\nisWorkspace( /^presentation/ )\n","load":"load( './path/to/file.js' )\n","loadWorkspace":"workspace( 'foobar' );\nvar x = 3.14;\nworkspace( 'barfoo' );\ntypeof x\nloadWorkspace( 'foobar' );\nx\n","logStart":"var id = logStart( './path/to/file.txt' );\n1 + 1\n'foo'\nlogStop( id );\n","logStop":"var id = logStart( './path/to/file.txt' );\n1 + 1\n'foo'\nlogStop( id );\n","presentationStart":"var id = presentationStart( 'beep\\n---boop\\n' );\n","presentationStop":"var id = presentationStart( 'beep\\n---\\nboop\\n' );\npresentationStop();\n","quit":"quit()\n","renameWorkspace":"workspace( 'foobar' );\nvar x = 3.14;\nworkspaces()\nworkspace( 'barfoo' );\nworkspaces()\nrenameWorkspace( 'foobar', 'beepboop' );\nworkspaces()\nworkspace( 'beepboop' );\nx\n","rerequire":"var foo = require( './foo.js' );\nfoo = rerequire( './foo.js' );\n","rerun":"1+1\nrerun()\n","reset":"reset()\n","save":"save( './path/to/file.txt' )\n","saveStart":"var id = saveStart( './path/to/file.txt' );\n1 + 1\n'foo'\nsaveStop( id );\n","saveStop":"var id = saveStart( './path/to/file.txt' );\n1 + 1\n'foo'\nsaveStop( id );\n","tutorial":"var id = tutorial( 'repl' );\n","userDoc":"function foo() {};\nuserDoc( 'foo', foo, '\\nfoo()\\n Foo bar.\\n' );\nhelp( foo )\n","vars":"vars()\nvars( { 'details': true } )\n","varsWorkspace":"varsWorkspace()\nvarsWorkspace( 'base' )\nvarsWorkspace( { 'details': true } )\n","workspace":"workspace( 'foobar' );\nvar x = 3.14;\nworkspace( 'beepboop' );\nx\n","workspaces":"workspaces()\nworkspaces( { 'details': true } )\n"}

lib/node_modules/@stdlib/repl/data/help.csv

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ clearHistory,"\nclearHistory()\n Clears the REPL history.\n\n Examples\n
1010
clearUserDocs,"\nclearUserDocs( [options] )\n Deletes user-defined documentation.\n\n Parameters\n ----------\n options: Object (optional)\n Options.\n\n options.include: RegExp|ArrayLikeObject (optional)\n Documentation inclusion filter.\n\n options.exclude: RegExp|ArrayLikeObject (optional)\n Documentation exclusion filter.\n\n options.filter: string (optional)\n Filter type. This option is only applicable for array-like inclusion and\n exclusion filters. May be one of the following:\n\n - 'alias': filter based on documentation alias. If a filter matches a\n documentation alias, the user-defined documentation is removed.\n - 'value': filter based on object reference. If a filter matches an\n associated object reference, the user-defined documentation is removed.\n - '*': filter based on both documentation alias and object reference.\n If a filter matches either a documentation alias or an associated object\n reference, the user-defined documentation is removed.\n\n Default: '*'.\n\n Examples\n --------\n > function foo() {};\n > userDoc( 'foo', foo, '\nfoo()\n Foo bar.\n' );\n > help( foo )\n > clearUserDocs();\n > help( foo )\n\n See Also\n --------\n userDoc\n\n"
1111
clearVars,"\nclearVars( [options] )\n Deletes user-defined variables in the current workspace.\n\n Parameters\n ----------\n options: Object (optional)\n Options.\n\n options.include: RegExp|ArrayLikeObject (optional)\n Variable name inclusion filter.\n\n options.exclude: RegExp|ArrayLikeObject (optional)\n Variable name exclusion filter.\n\n Examples\n --------\n > var x = 3.14;\n > x\n > clearVars();\n > x\n\n See Also\n --------\n clearWorkspace, vars\n\n"
1212
clearWorkspace,"\nclearWorkspace( [name, ][options] )\n Deletes user-defined variables in a specified workspace.\n\n Parameters\n ----------\n name: string (optional)\n Workspace name. Default: the current workspace.\n\n options: Object (optional)\n Options.\n\n options.include: RegExp|ArrayLikeObject (optional)\n Variable name inclusion filter.\n\n options.exclude: RegExp|ArrayLikeObject (optional)\n Variable name exclusion filter.\n\n Examples\n --------\n // Create a new workspace:\n > workspace( 'foobar' );\n > var x = 3.14;\n\n // Switch to another workspace:\n > workspace( 'barfoo' );\n > typeof x\n\n // List the variables in the previous workspace:\n > varsWorkspace( 'foobar' )\n\n // Delete the variables in the previous workspace:\n > clearWorkspace( 'foobar' );\n > varsWorkspace( 'foobar' )\n\n // Navigate to the previous workspace:\n > workspace( 'foobar' );\n\n // Confirm that the variables were deleted:\n > x\n\n See Also\n --------\n assignin, clearVars, loadWorkspace, vars, varsWorkspaces, workspaces\n\n"
13+
contributors,"\ncontributors()\n Prints the list of contributors.\n\n Examples\n --------\n > credits()\n\n See Also\n --------\n credits, donate, help\n"
1314
copyright,"\ncopyright()\n Prints copyright information.\n\n Examples\n --------\n > copyright()\n\n See Also\n --------\n contributors, help, license\n"
1415
credits,"\ncredits()\n Prints credits.\n\n Examples\n --------\n > credits()\n\n See Also\n --------\n contributors, donate, help\n"
1516
currentWorkspace,"\ncurrentWorkspace\n Name of the current workspace.\n\n Examples\n --------\n > currentWorkspace\n\n See Also\n --------\n workspaces\n\n"

lib/node_modules/@stdlib/repl/data/help.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/data/info.csv

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ clearHistory,"\nclearHistory()\n Clears the REPL history.\n"
1010
clearUserDocs,"\nclearUserDocs( [options] )\n Deletes user-defined documentation.\n"
1111
clearVars,"\nclearVars( [options] )\n Deletes user-defined variables in the current workspace.\n"
1212
clearWorkspace,"\nclearWorkspace( [name, ][options] )\n Deletes user-defined variables in a specified workspace.\n"
13+
contributors,"\ncontributors()\n Prints the list of contributors.\n"
1314
copyright,"\ncopyright()\n Prints copyright information.\n"
1415
credits,"\ncredits()\n Prints credits.\n"
1516
currentWorkspace,"\ncurrentWorkspace\n Name of the current workspace.\n"

0 commit comments

Comments
 (0)