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
These are feature requests that I would like to see (or know about if they already exist). If I get the time, I may work on them myself and post or PR.
Both features could be implemented by setting up a filter on all return statements.
I would like to truncate some of my error messages (ReferenceError: foo is not defined could be under 5 lines, for me, for example). I would also like to define a prompt for returned statements. It could look something like:
my_prompt> 2 + 2
=> 4
where '=>' is defined by the user.
The text was updated successfully, but these errors were encountered:
This sounds like it should be possible via a plugin. Take a look at the README and the example plugins that are both included with Nesh and the ones others have published on npm. 👍
These are feature requests that I would like to see (or know about if they already exist). If I get the time, I may work on them myself and post or PR.
Both features could be implemented by setting up a filter on all return statements.
I would like to truncate some of my error messages (ReferenceError: foo is not defined could be under 5 lines, for me, for example). I would also like to define a prompt for returned statements. It could look something like:
my_prompt> 2 + 2
=> 4
where '=>' is defined by the user.
The text was updated successfully, but these errors were encountered: