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 reason it matters is that I'm trying to wrap devenv to implement a CLI and I'm passing subcommands in like "ls" e.g. devenv --quiet shell ls, which should just behave output-wise like normal ls.
I wish I could easily implement this, but I am Rust-ignorant at this point. :(
The text was updated successfully, but these errors were encountered:
If you use
--quiet
, it prevents this output from being sent to the console:But task output is still shown:
The reason it matters is that I'm trying to wrap devenv to implement a CLI and I'm passing subcommands in like "ls" e.g.
devenv --quiet shell ls
, which should just behave output-wise like normal ls.I wish I could easily implement this, but I am Rust-ignorant at this point. :(
The text was updated successfully, but these errors were encountered: