modified bin/commands/issue/suite.rs
@@ -285,7 +285,7 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch.rs
@@ -73,11 +73,11 @@ pub fn run(options: Options, _ctx: impl terminal::Context) -> anyhow::Result<()>
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/context.rs
@@ -40,17 +40,17 @@ pub struct Context {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -75,6 +75,11 @@ impl Context {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -100,7 +105,7 @@ impl Context {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/log.rs
@@ -2,7 +2,7 @@ use log::LevelFilter;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|