REVIEW: Move state arguments for `rad issue` to own arg group
modified crates/radicle-cli/src/commands/issue/args.rs
@@ -218,6 +218,14 @@ pub(crate) struct EmptyArgs {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -285,9 +293,9 @@ impl From<ListStateArgs> for Option<State> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -295,16 +303,17 @@ impl From<EmptyArgs> for ListArgs {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|