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
If we can come up with a good way to do that I'd be happy to do that. Unfortunately I don't see it being very reasonable to do reliably without parsing the command which I don't really want to do.
Now we could improve npsUtils to add a newline with series or you could write your own series function to do that.
Anyway, definitely happy to entertain a PR for that if it's reasonable.
Probably better to write my own function to add the newline. Quite simple fn.
In addition to that, maybe we could have some prettyPrint functions to keep the log under 80 characters or any number of characters available in the terminal).
I'm not sure if it's possible with the current state of nps and nps-utils, or if this is something you all would be interested in.
When I use multiple commands in series, I usually have 3 or more commands, which makes the output really not clear with the command on multiple lines.
So, instead of having this following thing:
Because everything is in series, would it make sense to split the output in X "nps executing" lines?
Or in one line, with a bit of formatting?
Ideally, this should work for
&&
in general, not only withnpsUtils
The text was updated successfully, but these errors were encountered: