doc(xtask): Add missing documentation for log and log sync.

This commit is contained in:
Ivan Enderlin
2026-01-30 13:42:26 +01:00
parent 43e1932691
commit 7918a1817c
+3 -1
View File
@@ -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,