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
Currently fang will wrap the error in something like this:
While that is a nice UI, I believe it will potentially lead to breaking peoples scripts and automations in which they are running commands and work with the output or want to parse the error output of the command.
I believe adding an env var (e.g FANG_DISABLE_ERROR_OUTPUT) or introducing a global flag (--disable-error-output) that allows to preserve the original error output of the CLI tool and offer a way forward to work with CLIs that include fang in scripts or CI pipelines.