cli: do not init a cache for git-bug-wipe

Labels: area/cli kind/feature priority/backlog

Timeline

sudoforge opened

calls to git-bug-wipe will build a cache if it does not exist, only to remove it later. this does not cause an error, but is definitely odd behavior caused by the implementation of the caching layer, which always looks for a cache and builds it if it is missing.

this is undesired -- git-bug-wipe should not initialize a cache.

sudoforge added label area/cli

sudoforge added label kind/feature

sudoforge added label priority/backlog

sudoforge changed the title from cli: do not init a cache for git-bug-wipe to cli: do not init a cache for git-bug-wipe