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
This library has some seemingly unrelated functions also exported. This made it harder for me to understand how to use this library, and I don't think folks will be adding this library for ansi colour codes.
I think it'd be good to focus this library on running commands and not having these other features.
Thanks,
Louis
The text was updated successfully, but these errors were encountered:
When I get some time and motivation, I'd like to have a builder API with inspiration from Rust's std::process::Command and Deno's Deno.Command, e.g. with functions to add one or more args, set options for capturing stdout/stderr, and get various types of return information (including a simple success bool, status codes, and a full record of data).
Hello!
This library has some seemingly unrelated functions also exported. This made it harder for me to understand how to use this library, and I don't think folks will be adding this library for ansi colour codes.
I think it'd be good to focus this library on running commands and not having these other features.
Thanks,
Louis
The text was updated successfully, but these errors were encountered: