8go/matrix-commander-rs

Feature request: Default Matrix device name to mentioned matrix-commander-rs

已关闭

#223 创建于 2026年7月4日

 (4 条评论) (0 个反应) (0 位负责人)Rust (24 个派生)auto 404
enhancementgood first issuehelp wanted

仓库指标

星标
 (226 个星标)
PR 合并指标
 (平均合并 2天 3小时) (30 天内合并 11 个 PR)

描述

cargo run -- --login password --credentials . --store .
   Compiling matrix-commander v0.11.0 (/home/ubuntu/matrix-commander-rs)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.36s
     Running `target/debug/matrix-commander-rs --login password --credentials . --store .`
Enter your Matrix homeserver (e.g. https://some.homeserver.org): https://matrix.org
Enter your full Matrix username (e.g. @john:some.homeserver.org): @overclock3000:matrix.org
Enter Matrix password for this user: 
Enter your desired name for the Matrix device that is going to be created for you (e.g. matrix-commander-rs): 
2026-07-04T15:38:46.015059Z ERROR matrix_commander_rs: Error: Empty device name is not allowed!
Enter your desired name for the Matrix device that is going to be created for you (e.g. matrix-commander-rs): 

贡献者指南