modified radicle-cli/examples/rad-auth.md
@@ -7,7 +7,7 @@ $ rad auth
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -15,12 +15,6 @@ To create a radicle project, run `rad init` from a git repository.
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
modified radicle-cli/examples/rad-self.md
@@ -3,13 +3,15 @@ device and node.
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -29,3 +31,8 @@ z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-cli/src/commands/auth.rs
@@ -106,7 +106,7 @@ pub fn init(options: Options) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/self.rs
@@ -20,6 +20,7 @@ Options
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -30,6 +31,7 @@ Options
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -55,6 +57,9 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -87,6 +92,9 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -110,38 +118,56 @@ fn all(profile: &Profile) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/environment.rs
@@ -90,7 +90,7 @@ impl Environment {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-ssh/src/agent/client.rs
@@ -3,6 +3,7 @@ use std::io::{Read, Write};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -51,12 +52,18 @@ pub struct AgentClient<S> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -76,7 +83,7 @@ pub trait ClientStream: Sized + Send + Sync {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|