bin/patch: Remove selection mode (id-only / operation)
modified bin/commands/patch.rs
@@ -19,7 +19,6 @@ use radicle_cli::terminal;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -33,9 +32,6 @@ Usage
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -45,9 +41,7 @@ List options
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -80,7 +74,6 @@ pub enum OperationName {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -149,17 +142,6 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -232,9 +214,6 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -377,7 +356,6 @@ mod interface {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified bin/commands/patch/common.rs
@@ -1,17 +1,6 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified bin/commands/patch/list.rs
@@ -23,7 +23,7 @@ use tui::ui::im::Show;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -42,7 +42,6 @@ const HELP: &str = r#"# Generic keybindings
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -59,7 +58,6 @@ type Selection = tui::Selection<PatchOperation>;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -117,7 +115,6 @@ pub enum Page {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -156,7 +153,6 @@ impl TryFrom<&Context> for App {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -559,17 +555,13 @@ impl App {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|