diff options
| author | Luke Hoersten <[email protected]> | 2026-07-28 20:13:03 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-07-28 20:13:03 -0500 |
| commit | 3a535a57c1b5fa48d5495c31d308b42943f92583 (patch) | |
| tree | f752c07530fcb10b75de41428b82df34d43e5a87 /src/main.rs | |
| parent | cf5eabb9647e6d53ec29a3f7de599a38dbfd5490 (diff) | |
Rename project to mattertimectl; default fabric label to Matter Time Controllerv0.1.0
- Rename crate, binary, and repo from mattertimesync to mattertimectl
- Change default fabricLabel to "Matter Time Controller"
- Point README at src.nth.io as the main repo, GitHub as the mirror
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index f372f8e..d245578 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -//! mattertimesync: a one-shot CLI Matter controller that sets the clocks of +//! mattertimectl: a one-shot CLI Matter controller that sets the clocks of //! Matter devices via the standard Time Synchronization cluster. //! //! # CLI invariants @@ -54,7 +54,7 @@ use crate::time::MatterMicros; #[derive(Parser)] #[command( - name = "mattertimesync", + name = "mattertimectl", version, about, disable_help_subcommand = true |
