informalsystems / informalsystems/multisig
empty folders cannot be deleted with `delete` command
Open
bug
enhancement
- Dominant language
- Go
- Stars
- 37
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Currently if a folder is empty e.g. `cosmos/ceph-cosmos` if you issue a command `multisig delete cosmos ceph-cosmos` the command doesn't delete the folder, in order to remove it you need to execute two `raw delete` commands:
`multisig raw delete cosmos/ceph-cosmos/`
`multisig raw delete cosmos/`
It would be nice if the delete command would get rig of the folder (sometimes the folder created was with an invalid chain-id or key name).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.