issue/list: Trim search expression on startup
modified bin/commands/issue/list.rs
@@ -7,7 +7,7 @@ use serde::Serialize;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -280,8 +280,10 @@ impl TryFrom<(&Context, &TerminalInfo)> for App {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -340,7 +342,7 @@ impl TryFrom<(&Context, &TerminalInfo)> for App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -790,7 +792,13 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -848,7 +856,13 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|