modified radicle-cli/src/commands/patch/list.rs
@@ -76,10 +76,7 @@ pub fn run(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/publish.rs
@@ -110,9 +110,9 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/main.rs
@@ -25,7 +25,7 @@ fn main() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -277,7 +277,7 @@ fn run_other(exe: &str, args: &[OsString]) -> Result<(), Option<anyhow::Error>>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -289,7 +289,9 @@ fn run_other(exe: &str, args: &[OsString]) -> Result<(), Option<anyhow::Error>>
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal.rs
@@ -86,7 +86,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -98,10 +98,10 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -128,23 +128,15 @@ pub fn profile() -> Result<Profile, anyhow::Error> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified radicle-term/src/io.rs
@@ -174,7 +174,11 @@ pub fn warning(warning: impl fmt::Display) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|