Add textarea support

This commit is contained in:
2025-10-13 00:08:56 +08:00
parent 4a0fa965c6
commit bcc60c5203
8 changed files with 201 additions and 78 deletions

View File

@@ -7,8 +7,9 @@ mod helpers;
mod crawler;
mod constants;
mod cli;
mod widgets;
use clap::{command, Command, Parser};
use clap::{Parser};
use color_eyre::Result;
use tokio;
use crate::cli::Cli;