From 4b211599ee41f8d77ff240337582c178289fd222 Mon Sep 17 00:00:00 2001 From: UMTS at Teleco Date: Sun, 8 Mar 2026 23:27:14 +0100 Subject: fix fix fix --- src/cli.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index 5428f05..9466359 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -25,8 +25,8 @@ pub struct Args { pub csv: Option>, #[arg(short = 'l', long = "list")] pub tld_list: Option, - #[arg(short = 'i', long = "import-filter")] - pub import_filter: Option, + #[arg(short = 'i', long = "import-list", alias = "import-filter")] + pub import_list: Option, #[arg(short = 't', long = "top", value_delimiter = ',')] pub top_tlds: Option>, #[arg(short = 'o', long = "onlytop", value_delimiter = ',')] @@ -44,10 +44,10 @@ pub struct Args { /// search for names/domains in a text file line by line. #[arg(short = 'A', long = "autosearch")] pub autosearch: Option, - /// Use a monochrome color scheme TODO: not applied in TUI since colors were changed from RGB to Ratatui colors. should fix + /// Use a monochrome color scheme #[arg(short = 'C', long = "no-color", default_value_t = false)] pub no_color: bool, - /// Do not use unicode only plain ASCII TODO: not applied in TUI for some reason idk + /// Do not use unicode only plain ASCII #[arg(short = 'U', long = "no-unicode", default_value_t = false)] pub no_unicode: bool, #[arg(short = 'M', long = "no-mouse", default_value_t = false)] @@ -130,7 +130,7 @@ Advanced : -e --environement=PATH Define where .hoardom folder should be Defaults to /home/USER/.hoardom/ Stores settings, imported lists, favs, cache etc. --i --import-filter=PATH Import a custom toml list for this session +-i --import-list=PATH Import a custom toml list for this session -t --top=TLD,TLD Set certain TLDs to show up as first result for when you need a domain in your country or for searching a specific one. -- cgit v1.2.3-70-g09d2