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
fix: do not display unnecesary info with --json (#386)
when using the `--json` option we were seeing some output like:
> Reading file uv.lock
This is not what we want, as the output should be just something in pure
json format.
This PR fixes it.
closes#387
0 commit comments