bin/issue: Remove selection mode (id-only / operation)
modified bin/commands/issue.rs
@@ -36,12 +36,8 @@ Usage
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -70,7 +66,6 @@ pub enum OperationName {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -103,18 +98,6 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -211,7 +194,6 @@ pub async fn run(options: Options, ctx: impl terminal::Context) -> anyhow::Resul
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified bin/commands/issue/common.rs
@@ -2,16 +2,6 @@ use serde::Serialize;
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified bin/commands/issue/list.rs
@@ -45,14 +45,13 @@ use crate::ui::TerminalInfo;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -153,7 +152,6 @@ pub struct HelpState {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -211,7 +209,6 @@ impl TryFrom<(&Context, &TerminalInfo)> for State {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -401,10 +398,7 @@ fn browser_page(channel: &Channel<Message>) -> Widget<State, Message> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -690,7 +684,6 @@ fn help_text() -> String {
|
|
|
|
|
|
| - | |
|
|
|
|
|