inbox/list: Keep state between runs
modified bin/commands/inbox.rs
@@ -5,12 +5,13 @@ use std::ffi::OsString;
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -58,7 +59,6 @@ pub enum OperationName {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -179,11 +179,18 @@ pub async fn run(options: Options, ctx: impl radicle_cli::terminal::Context) ->
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -193,8 +200,9 @@ pub async fn run(options: Options, ctx: impl radicle_cli::terminal::Context) ->
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -212,13 +220,21 @@ pub async fn run(options: Options, ctx: impl radicle_cli::terminal::Context) ->
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/inbox/list.rs
@@ -48,8 +48,8 @@ pub enum RepositoryMode {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -85,8 +85,9 @@ pub struct Context {
|
|
|
|
|
|
| - | |
|
|
| + | |
| + | |
|
|
|
|
|
@@ -174,12 +175,17 @@ impl TryFrom<&Context> for App {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
|
|
|
|
|
@@ -189,8 +195,8 @@ impl TryFrom<&Context> for App {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -421,6 +427,7 @@ impl App {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -428,6 +435,7 @@ impl App {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -554,7 +562,8 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/issue/list.rs
@@ -7,7 +7,7 @@ use serde::Serialize;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|