radicle-heartwood-lfs/crates/radicle-cli
Lorenz Leutgeb f00d1d6743 cli/self: Stop printing information about the node
To get to a point of separating the users' identity from the node, then the `rad
self` command should not display information related to the node so prominently.

The relation between `rad` and `radicle-node` is really similar to that between
`rad` and SSH Agent. They communicate via socket. So, when this connection is
successful, it is printed, but not more.

There may be some re-learning for users here, but it is worth the improvement.

Note that the information being removed here is available via `rad node status`
(see previous commit).
2025-09-04 17:12:19 +03:00
..
examples cli/self: Stop printing information about the node 2025-09-04 17:12:19 +03:00
src cli/self: Stop printing information about the node 2025-09-04 17:12:19 +03:00
tests radicle: the great Canonical rewrite 2025-08-25 18:57:50 +02:00
Cargo.toml term: Remove dependency on `anyhow` 2025-09-04 16:28:20 +03:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00