cli/rad: issue list --output json
1 failed
1 pending
(2 total)
View logs
modified crates/radicle-cli/src/commands/issue.rs
@@ -8,6 +8,7 @@ use radicle::cob::common::Label;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -18,10 +19,12 @@ use radicle::storage;
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -201,6 +204,7 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -240,10 +244,23 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -261,7 +278,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -289,13 +306,29 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -309,7 +342,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -330,6 +363,10 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/issue/args.rs
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -212,6 +212,11 @@ pub(crate) struct EmptyArgs {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -242,6 +247,10 @@ pub(crate) struct ListArgs {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -296,10 +305,21 @@ impl From<EmptyArgs> for ListArgs {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|