doc(xtask): Add missing documentation for log and log sync.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user