REVIEW: Consistently name ID argument ISSUE_ID
modified crates/radicle-cli/src/commands/issue/args.rs
@@ -116,6 +116,7 @@ pub(crate) enum Command {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -174,6 +175,7 @@ pub(crate) enum Command {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -262,6 +264,7 @@ impl From<ListArgs> for Option<State> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -291,17 +294,20 @@ impl CommentArgs {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -310,7 +316,8 @@ pub(crate) enum CommentAction {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|