Add textarea support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user