You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Motivation
Nicer output for `linera storage list_blob_ids`
## Proposal
* Use the derived `Debug` to display `BlobType`s without quotes
* Keep using `serde_json` for parsing (as opposed to importing `clap` or
other crates)
## Test Plan
CI
0 commit comments