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
The problem comes with it using console.warn directly and not parsing the input itself. I think if we decouple it and just write to process.stderr (or any stream actually) we can improve it just a but and introduce nice things like named params and so on. Thoughts?
The text was updated successfully, but these errors were encountered:
Here is what I have:
Here is how it looks:
The problem comes with it using
console.warn
directly and not parsing the input itself. I think if we decouple it and just write toprocess.stderr
(or any stream actually) we can improve it just a but and introduce nice things like named params and so on. Thoughts?The text was updated successfully, but these errors were encountered: