Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional help text to the REPL and some other REPL improvements #224

Open
daveaglick opened this issue Jan 12, 2022 · 0 comments
Open
Labels
General Enhancement New feature or request

Comments

@daveaglick
Copy link
Member

A better introduction and help text should be available for the REPL. For example, it's not clear what Help() does or that you can pass it an object to get a list of methods on the object.

For that matter, it would be helpful if the Help() method also printed the type. Dump() (see #208) could work the same way too.

I.e. Help() prints the type information like properties, methods, etc. while Dump() prints a values of those properties.

@daveaglick daveaglick added the General Enhancement New feature or request label Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
General Enhancement New feature or request
Development

No branches or pull requests

1 participant