Replace manual implementation of clap::ArgGroup
1 pending
(1 total)
View logs
modified crates/radicle-cli/src/commands/issue.rs
@@ -215,9 +215,8 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/issue/args.rs
@@ -13,7 +13,6 @@ use radicle::{
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -207,7 +206,15 @@ pub(crate) enum Command {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -276,37 +283,32 @@ impl From<ListArgs> for Option<State> {
|
|
|
|
|
|
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|