cli/rad: test json output
1 failed
(1 total)
View logs
modified crates/radicle-cli/examples/rad-issue.md
@@ -114,3 +114,24 @@ $ rad issue comment d87dcfe --edit 880fdcd -m "Even more power!"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified crates/radicle-cli/src/commands/issue.rs
@@ -261,7 +261,7 @@ fn list<C>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -340,15 +340,12 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/issue/args.rs
@@ -248,10 +248,8 @@ pub(crate) struct ListArgs {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -309,7 +307,7 @@ impl From<EmptyArgs> for ListArgs {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|