From 7918a1817c84f37be86994bb11d74fce12c95035 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Fri, 30 Jan 2026 13:42:26 +0100 Subject: [PATCH] doc(xtask): Add missing documentation for `log` and `log sync`. --- xtask/src/log/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xtask/src/log/mod.rs b/xtask/src/log/mod.rs index 80b0ae297..c27580b9e 100644 --- a/xtask/src/log/mod.rs +++ b/xtask/src/log/mod.rs @@ -11,9 +11,11 @@ pub struct LogArgs { cmd: LogCommand, } +/// Analysis around logs (formatted by `matrix-sdk-ffi`). #[derive(Subcommand)] enum LogCommand { - /// Visualise the sync requests and responses. + /// Visualise the sync requests and responses with a table and a duration + /// graph. Sync { #[clap(long)] log_file: PathBuf,