cli: interactive `rad publish`
1 pending
(1 total)
View logs
modified crates/radicle-cli/src/commands/publish.rs
@@ -6,6 +6,7 @@ use radicle::cob;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -44,29 +45,43 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -76,7 +91,7 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/publish/args.rs
@@ -1,4 +1,9 @@
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -14,7 +19,7 @@ single delegate. The delegate must be the currently authenticated
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -22,6 +27,21 @@ pub struct Args {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|