modified radicle-cli/src/commands/issue.rs
@@ -9,6 +9,7 @@ use crate::terminal::args::{Args, Error, Help};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -21,6 +22,7 @@ Usage
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -42,6 +44,7 @@ pub struct Metadata {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -61,6 +64,9 @@ pub enum Operation {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -127,6 +133,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -161,6 +168,9 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -201,6 +211,12 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -286,3 +302,17 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |