diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-31 16:53:33 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-03 18:54:51 +0100 |
commit | d405a9f839779b1454e47e4b53a418603061c5e9 (patch) | |
tree | 78f35706e31e6dd3cd4ae42ca73d757fd6655d7d /src/garage/cli_v2/worker.rs | |
parent | 7b9c047b113d78dacbece4670b8a1a1cbd771849 (diff) | |
download | garage-d405a9f839779b1454e47e4b53a418603061c5e9.tar.gz garage-d405a9f839779b1454e47e4b53a418603061c5e9.zip |
cli_v2: implement ListBlockErrors and GetBlockInfo
Diffstat (limited to 'src/garage/cli_v2/worker.rs')
-rw-r--r-- | src/garage/cli_v2/worker.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/garage/cli_v2/worker.rs b/src/garage/cli_v2/worker.rs index b94a4f68..9c248a39 100644 --- a/src/garage/cli_v2/worker.rs +++ b/src/garage/cli_v2/worker.rs @@ -1,4 +1,3 @@ -//use bytesize::ByteSize; use format_table::format_table; use garage_util::error::*; |