modified bin/commands/issue.rs
@@ -11,6 +11,7 @@ use std::ffi::OsString;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -43,6 +44,7 @@ Other options
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -66,6 +68,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -106,6 +109,13 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -117,7 +127,7 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -162,6 +172,7 @@ pub async fn run(options: Options, _ctx: impl terminal::Context) -> anyhow::Resu
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified bin/terminal/args.rs
@@ -5,7 +5,7 @@ use anyhow::anyhow;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -116,6 +116,11 @@ pub fn did(val: &OsString) -> anyhow::Result<Did> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/common/cob/issue.rs
@@ -132,15 +132,8 @@ impl ToString for Filter {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
| - | |
| + | |
|
|
|
|
|