rust-cli: add help on list command

This commit is contained in:
Zhai Can 2023-11-10 20:42:35 +08:00
parent 1d1fe7b0b6
commit 73da05d983
No known key found for this signature in database
GPG Key ID: 41355DA0B11F584F

View File

@ -92,6 +92,7 @@ enum Mode {
NodesOndisk, NodesOndisk,
} }
/// List filesystem metadata in textual form
#[derive(Parser, Debug)] #[derive(Parser, Debug)]
pub struct Cli { pub struct Cli {
/// Btree to list from /// Btree to list from