cli: format ipv6 addresses in square brackets
1 failed
(1 total)
View logs
modified crates/radicle-cli/src/commands/node/control.rs
@@ -198,8 +198,9 @@ pub fn connect(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -226,8 +227,9 @@ pub fn connect_many(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/terminal/format.rs
@@ -1,4 +1,5 @@
|
|
| + | |
|
|
|
|
|
@@ -33,9 +34,18 @@ pub fn node_id_human(node: &NodeId) -> Paint<String> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|