radicle-cli: Remove fullstop from RID on rad init

Prevents fullstop from being selected on double click the RID.
This commit is contained in:
Adrian Duke 2026-06-19 17:24:01 +01:00 committed by Fintan Halpenny
parent 018266023a
commit 1070b777da
11 changed files with 11 additions and 11 deletions

View File

@ -6,7 +6,7 @@ Initializing public Radicle 👾 repository in [..]
✓ Repository heartwood created.
Your Repository ID (RID) is rad:zhbMU4DUXrzB8xT6qAJh6yZ7bFMK.
Your Repository ID (RID) is rad:zhbMU4DUXrzB8xT6qAJh6yZ7bFMK
You can show it any time by running `rad .` from this directory.
Your repository will be announced to the network when you start your node.

View File

@ -9,7 +9,7 @@ Initializing private Radicle 👾 repository in [..]
✓ Repository heartwood created.
Your Repository ID (RID) is rad:z2ug5mwNKZB8KGpBDRTrWHAMbvHCu.
Your Repository ID (RID) is rad:z2ug5mwNKZB8KGpBDRTrWHAMbvHCu
You can show it any time by running `rad .` from this directory.
You have created a private repository.

View File

@ -7,7 +7,7 @@ Initializing private Radicle 👾 repository in [..]
✓ Repository heartwood created.
Your Repository ID (RID) is rad:z2ug5mwNKZB8KGpBDRTrWHAMbvHCu.
Your Repository ID (RID) is rad:z2ug5mwNKZB8KGpBDRTrWHAMbvHCu
You can show it any time by running `rad .` from this directory.
You have created a private repository.

View File

@ -7,7 +7,7 @@ Initializing public Radicle 👾 repository in [..]
✓ Repository heartwood created.
Your Repository ID (RID) is rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji.
Your Repository ID (RID) is rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
You can show it any time by running `rad .` from this directory.
✗ Announcing.. <canceled>

View File

@ -7,7 +7,7 @@ Initializing public Radicle 👾 repository in [..]
✓ Repository heartwood created.
Your Repository ID (RID) is rad:z3Rry7rpdWuGpfjPYGzdJKQADsoNW.
Your Repository ID (RID) is rad:z3Rry7rpdWuGpfjPYGzdJKQADsoNW
You can show it any time by running `rad .` from this directory.
✓ Repository successfully synced to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi

View File

@ -8,7 +8,7 @@ Initializing public Radicle 👾 repository in [..]
✓ Repository heartwood created.
Your Repository ID (RID) is rad:z3Rry7rpdWuGpfjPYGzdJKQADsoNW.
Your Repository ID (RID) is rad:z3Rry7rpdWuGpfjPYGzdJKQADsoNW
You can show it any time by running `rad .` from this directory.
✓ Repository successfully announced to the network.

View File

@ -9,7 +9,7 @@ Initializing public Radicle 👾 repository in [..]
✓ Repository heartwood created.
Your Repository ID (RID) is rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji.
Your Repository ID (RID) is rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
You can show it any time by running `rad .` from this directory.
✓ Repository successfully announced to the network.

View File

@ -26,7 +26,7 @@ Initializing public Radicle 👾 repository in [..]
✓ Repository heartwood created.
Your Repository ID (RID) is rad:z2D6wQnKapY7dn5meBnbH2rUKNZbT.
Your Repository ID (RID) is rad:z2D6wQnKapY7dn5meBnbH2rUKNZbT
You can show it any time by running `rad .` from this directory.
Your repository will be announced to the network when you start your node.

View File

@ -14,7 +14,7 @@ Initializing public Radicle 👾 repository in [..]
"defaultBranch": "master"
}
Your Repository ID (RID) is rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji.
Your Repository ID (RID) is rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
You can show it any time by running `rad .` from this directory.
Your repository will be announced to the network when you start your node.

View File

@ -9,7 +9,7 @@ Initializing public Radicle 👾 repository in [..]
✓ Repository heartwood created.
Your Repository ID (RID) is rad:zhbMU4DUXrzB8xT6qAJh6yZ7bFMK.
Your Repository ID (RID) is rad:zhbMU4DUXrzB8xT6qAJh6yZ7bFMK
You can show it any time by running `rad .` from this directory.
✓ Repository successfully announced to the network.

View File

@ -187,7 +187,7 @@ pub fn init(repo: git::Repository, args: Args, profile: &profile::Profile) -> an
term::blank();
term::info!(
"Your Repository ID {} is {}.",
"Your Repository ID {} is {}",
term::format::dim("(RID)"),
term::format::highlight(rid.urn())
);