SetDoesNotUseRepo(true) is not being used correctly
Open
effort/days
exp/intermediate
kind/bug
P1
topic/commands
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
### Description
Both `ipfs cid` and `ipfs multibase` have `SetDoesNotUseRepo(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.
https://github.com/ipfs/go-ipfs/pull/8180#discussion_r691591920
Contributor guide
Assessment
This issue has not been assessed yet.