-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipfs repo gc --quiet is not quiet #7129
Comments
lidel
added
kind/bug
A bug in existing code (including security flaws)
help wanted
Seeking public contribution on this issue
P4
Very low priority
good first issue
Good issue for new contributors
labels
Apr 9, 2020
Yeah, this is very confusing |
@Stebalien can I please pick this up if no one else is working on it ? |
will7200
added a commit
to will7200/go-ipfs
that referenced
this issue
Apr 13, 2020
will7200
added a commit
to will7200/go-ipfs
that referenced
this issue
Apr 13, 2020
Go ahead (adding the --silent flag). |
Ah sorry @gargdeepak , there is a PR already for this (#7147). |
lidel
added
help wanted
Seeking public contribution on this issue
and removed
help wanted
Seeking public contribution on this issue
labels
Feb 18, 2022
lidel
pushed a commit
to will7200/go-ipfs
that referenced
this issue
Feb 18, 2022
lidel
added a commit
that referenced
this issue
Feb 18, 2022
* feat(cmd): add silent option repo gc command closes #7129 * test(cmd): add test case for silent option for command repo gc * fix: no emit on server with --silent This removes unnecessary send to the client that does not care Co-authored-by: Marcin Rataj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version information:
0.5.0-rc1 with badgerds and enabled sharding
Description:
Calling
ipfs repo gc --quiet
does not seem to do anything,--quiet
still prints every (removed?) CID.My expectation would be to supress all output, or only print summary at the end.
The text was updated successfully, but these errors were encountered: