modified radicle-cli/src/commands/id.rs
@@ -31,6 +31,7 @@ Usage
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/issue.rs
@@ -35,6 +35,7 @@ Usage
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -95,6 +96,7 @@ pub enum Operation {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -111,6 +113,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -160,6 +163,9 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -203,7 +209,14 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -231,7 +244,9 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -304,7 +319,9 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|