Skip to content

Commit edcc56a

Browse files
committed
changed some small things in main.rs
1 parent 5998243 commit edcc56a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use crate::ghauth::AccessTokenPollError;
22
use clap::{crate_name, crate_version, Parser, Subcommand};
33
use log::*;
44
use reqwest::Client;
5-
use std::collections::HashMap;
65
use std::fmt::Display;
76
use std::io::{self, ErrorKind, Write};
87
use std::process::{Command, Stdio};
@@ -46,7 +45,7 @@ struct Cli {
4645
auth: bool,
4746

4847
/// Don't authenticate when the credential helper returns a non 0 exit code
49-
#[arg(long, short = 'f')]
48+
#[arg(long)]
5049
no_auth_on_fail: bool,
5150

5251
#[command(subcommand)]

0 commit comments

Comments
 (0)