From d70773354c5ef3759f1e261a95298fa84f092c4c Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 14 Oct 2022 14:32:53 +0200 Subject: Golf a use line --- src/args.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/args.rs b/src/args.rs index 7e65d3f..e49fd9c 100644 --- a/src/args.rs +++ b/src/args.rs @@ -2,7 +2,6 @@ use std::net::IpAddr; use std::path::PathBuf; use clap::{Parser, ValueEnum, ValueHint}; -use clap_complete::Shell; use http::header::{HeaderMap, HeaderName, HeaderValue}; use crate::auth; @@ -178,7 +177,7 @@ pub struct CliArgs { /// Generate completion file for a shell #[arg(long = "print-completions", value_name = "shell")] - pub print_completions: Option, + pub print_completions: Option, /// Generate man page #[arg(long = "print-manpage")] -- cgit v1.2.3