-
-
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
SetDoesNotUseRepo(true) is not being used correctly #8375
Comments
@lidel: your input here is needed - thanks. |
Assigning myself along lidel just to flag this is a good candidate for me to work on after lidel's input. |
On how
|
@lidel tl;dr the error here is that the plugins live in the repo and those are always loaded; I'm not sure the implications of not loading them (or even how to do it), so someone else should spend some time designing a solution (I'll be un-assigning myself to signal that I can be of little use at the moment) Other loose thoughts:
|
@lidel : can you describe what the next steps here are? |
Description
Both
ipfs cid
andipfs multibase
haveSetDoesNotUseRepo(true)
defined on the root command. However, this option doesn't propagate down to the child commands.If we actually want this behavior then we should propagate to the children, otherwise we should drop it.
#8180 (comment)
The text was updated successfully, but these errors were encountered: