modified radicle-cli/src/commands/help.rs
@@ -1,4 +1,6 @@
|
|
| + | |
| + | |
|
|
|
|
|
@@ -81,6 +83,16 @@ pub fn run(_options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/commands/web.rs
@@ -15,7 +15,7 @@ use radicle_cli::terminal::args::{Args, Error, Help};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|