We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5998243 commit edcc56aCopy full SHA for edcc56a
src/main.rs
@@ -2,7 +2,6 @@ use crate::ghauth::AccessTokenPollError;
2
use clap::{crate_name, crate_version, Parser, Subcommand};
3
use log::*;
4
use reqwest::Client;
5
-use std::collections::HashMap;
6
use std::fmt::Display;
7
use std::io::{self, ErrorKind, Write};
8
use std::process::{Command, Stdio};
@@ -46,7 +45,7 @@ struct Cli {
46
45
auth: bool,
47
48
/// Don't authenticate when the credential helper returns a non 0 exit code
49
- #[arg(long, short = 'f')]
+ #[arg(long)]
50
no_auth_on_fail: bool,
51
52
#[command(subcommand)]
0 commit comments