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
Is your feature request related to a problem? Please describe.
Our current CLI commands are too verbose. When it concerns tests, this is annoying. Also, when error occurs, the error message is the only thing I see.
Describe the solution you'd like
I want to run commands silently and, if an error occurs, be able to trace the problem.
Describe alternatives you've considered
I suggest adding two flags to all commands:
1 - --silent: supress comand messages;
2 - --debug: use console.trace intead of console.error.
Additional context null
The text was updated successfully, but these errors were encountered:
Hi @andreyluiz is anyone still working on the case? If no, could you please explain to me a little more about the issue, I'm a newbie and would like to contribute...
Is your feature request related to a problem? Please describe.
Our current CLI commands are too verbose. When it concerns tests, this is annoying. Also, when error occurs, the error message is the only thing I see.
Describe the solution you'd like
I want to run commands silently and, if an error occurs, be able to trace the problem.
Describe alternatives you've considered
I suggest adding two flags to all commands:
1 -
--silent
: supress comand messages;2 -
--debug
: useconsole.trace
intead ofconsole.error
.Additional context
null
The text was updated successfully, but these errors were encountered: