move first message to be displayed after arg parse
This commit is contained in:
parent
621f54316a
commit
00b2cd06c7
|
@ -155,11 +155,11 @@ struct Args {
|
|||
async fn main() {
|
||||
femme::start();
|
||||
|
||||
println!("{GREEN}Contacting DuckDuckGo chat AI...{RESET}");
|
||||
|
||||
let args = Args::parse();
|
||||
let query = args.query.join(" ");
|
||||
|
||||
println!("{GREEN}Contacting DuckDuckGo chat AI...{RESET}");
|
||||
|
||||
let mut cache = Cache::load().unwrap();
|
||||
|
||||
let cli = Client::new();
|
||||
|
|
Loading…
Reference in New Issue