From 6a8f02bafe57a706d7db8ea12bfe7eef557a48f8 Mon Sep 17 00:00:00 2001 From: Alan Vardy Date: Sun, 5 May 2024 16:57:32 -0700 Subject: [PATCH] Add priority_flag --- DELETEME | 1 + src/main.rs | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) create mode 100644 DELETEME diff --git a/DELETEME b/DELETEME new file mode 100644 index 0000000..4648beb --- /dev/null +++ b/DELETEME @@ -0,0 +1 @@ +DELETEME diff --git a/src/main.rs b/src/main.rs index 9762c6d..51d967d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -404,17 +404,6 @@ fn get_priority() -> Result { input::select("Select priority", priorities, None) } -// #[cfg(not(tarpaulin_include))] -// fn path_arg() -> Arg { -// Arg::new("path") -// .short('p') -// .long("path") -// .num_args(1) -// .required(false) -// .value_name("PATH") -// .help("Path to file or directory") -// } - #[cfg(not(tarpaulin_include))] fn fetch_string(value: &Option, config: &Config, prompt: &str) -> Result { match value {