modified radicle-cli/src/commands/auth.rs
@@ -177,10 +177,11 @@ pub fn authenticate(options: Options, profile: &Profile) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/node/control.rs
@@ -30,7 +30,8 @@ pub fn start(
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal/io.rs
@@ -1,19 +1,51 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-crypto/src/ssh/keystore.rs
@@ -138,6 +138,19 @@ impl Keystore {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-term/src/io.rs
@@ -2,6 +2,7 @@ use std::ffi::OsStr;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -11,7 +12,7 @@ use crate::command;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -199,7 +200,10 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -208,6 +212,7 @@ pub fn passphrase<K: AsRef<OsStr>>(var: K) -> Result<Passphrase, inquire::Inquir
|
|
|
|
|
|
| + | |
|
|
|
|
|