You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would certainly be possible with #16800 to add repl.help() function. However I worry we might be limited to only showing help for Deno APIs (and maybe globals) with repl.help(Deno.serveHttp). I can't think of way how to reliably do it for any other imported module.
Discussed in #16917
Originally posted by ghmanoj December 3, 2022
Bring help documents in Deno repl.
For example in deno repl when I type
Show the help document in the repl (something similar to Python repl) like below:
The text was updated successfully, but these errors were encountered: